Skip to content

Commit

Permalink
Remove failing validation on OTZ activity form (#180)
Browse files Browse the repository at this point in the history
Co-authored-by: Makombe <makombe>
  • Loading branch information
makombe authored Sep 6, 2023
1 parent 93b6dac commit 27ac873
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configuration/ampathforms/OTZ_Activity.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
{
"type": "date",
"allowFutureDates": "false"
},
{
"type": "js_expression",
"failsWhenExpression": "(new moment(encDate)).isAfter((new moment(myValue)), 'day') || (new moment(encDate)).isSame((new moment(myValue)), 'day')"
}
]
},
Expand Down

0 comments on commit 27ac873

Please sign in to comment.