Description
Reported by Coverity:
________________________________________________________________________________________________________
- CID 1436956: Control flow issues (DEADCODE)
/guacamole/src/main/webapp/app/form/directives/formField.js: 125 in $scope.getFieldOption()
119 $scope.getFieldOption = function getFieldOption(value)Unknown macro: { 120 121 // If no field, or no value, then no corresponding translation string 122 if (!$scope.field || !$scope.field.name || !value) 123 return ''; 124 >>> CID 1436956};
130