Skip to content

Commit 333bef1

Browse files
committed
Merge remote-tracking branch
'origin/issue/323_Task_Boolean_Input_Parameter' into develop
2 parents 213d925 + a0b2cb4 commit 333bef1

File tree

1 file changed

+1
-1
lines changed
  • dsf-fhir/dsf-fhir-server/src/main/resources/static

1 file changed

+1
-1
lines changed

dsf-fhir/dsf-fhir-server/src/main/resources/static/form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function newTaskInputBoolean(type, id, checkedTrue, checkedFalse, optional) {
177177
addError(errorListElement, "Input mandatory")
178178
}
179179

180-
if (value) {
180+
if (value !== null) {
181181
return {
182182
input: {
183183
type: type,

0 commit comments

Comments
 (0)