Skip to content

Commit

Permalink
Disallow passed data on form
Browse files Browse the repository at this point in the history
  • Loading branch information
boozec committed Apr 27, 2024
1 parent ea250ef commit 72daa9e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bpmn/acmesky.bpmn
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,8 @@
"key": "flight1_departaure_time",
"validate": {
"required": true
}
},
"disallowPassedDates": true
},
{
"values": [
Expand Down Expand Up @@ -719,7 +720,8 @@
"key": "flight1_arrival_time",
"validate": {
"required": true
}
},
"disallowPassedDates": true
}
],
"showOutline": true,
Expand Down Expand Up @@ -792,7 +794,8 @@
"key": "flight2_departaure_time",
"validate": {
"required": false
}
},
"disallowPassedDates": true
},
{
"values": [
Expand Down Expand Up @@ -834,7 +837,8 @@
"key": "flight2_arrival_time",
"validate": {
"required": false
}
},
"disallowPassedDates": true
}
],
"showOutline": true,
Expand Down

0 comments on commit 72daa9e

Please sign in to comment.