Skip to content

Commit

Permalink
revert: [DHIS2-17450] revert changes from DHIS2-17363
Browse files Browse the repository at this point in the history
  • Loading branch information
superskip authored May 24, 2024
1 parent 6cda89c commit b9c4b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d2-tracker/dhis2.angular.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ var d2Services = angular.module('d2Services', ['ngResource'])
val = val === 'true' ? true : '';
}
else{
val = val === true ? 'true' : 'false';
val = val === true ? 'true' : '';
}
}
if( val && obj.valueType === 'ORGANISATION_UNIT' ){
Expand Down

0 comments on commit b9c4b25

Please sign in to comment.