sartography / cr-connect

0 stars 0 forks source link

Resubmission Approvals hide_expression not working #649

Closed calexh-sar closed 2 years ago

calexh-sar commented 2 years ago

All Resubmission Approvals, such as the NICU Committee Approval, have a hide_expression on the ReqDeniedNotes Form Field in the Send Approval Request Form with the expression cur_key_cnt == 0 or len_denied_notes == 0

This use to work and no longer does. In an recent attempt, the values it evaluates were: "cur_key_cnt": 0, and "len_denied_notes": 0,. I either need this expression to work again or one that will.

image.png

calexh-sar commented 2 years ago

Fixed