sartography / cr-connect

0 stars 0 forks source link

hide_expression not evaluating correctly #440

Closed calexh-sar closed 2 years ago

calexh-sar commented 3 years ago

I added the Hide Test workflow to the Test Example Workflow Specification and functions the same way: image.png and image.png

whether the Test2 Property is set to: image.png or image.png

cullerton commented 3 years ago

@calexh-sar This might be because of the parenthesis. I removed them and it seems to be working. If hide_expression is Test1, the field is hidden on Yes, and displayed on No if hide_expression is not Test1, the field is displayed on Yes, and hidden on No

calexh-sar commented 3 years ago

Here is what I am seeing: if hide_expression is not Test1, the field is displayed on Yes, and hidden on No If hide_expression is changed to Test1 and I click Start over, I still see the field is displayed on Yes, and hidden on No. But if I then do a browser refresh, the field is hidden on Yes, and displayed on No. And why are the parenthesis no longer working? I have always used not(boolean) and seldom if ever not boolean in all other expressions of this type?

cullerton commented 3 years ago

@danfunk I'm giving you the expression tickets

danfunk commented 3 years ago

I've tested this carefully, and I no longer see this issue.

calexh-sar commented 2 years ago

Working as designed.