-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
From https://github.com/biouno/uno-choice-plugin/issues/73
"
Sometimes they do and sometimes they don't. I have noticed this with a specific sequence of uno-choice parameters and I have reproduced a test case for you here:
http://162.243.246.75:8080/job/issue-73/
Notice that when you first load a page the entire cascade works as it should
image
You can explore other ACTIVITY options which propagate updates to the MESSAGE which correctly propagate updates to the PLACES_FOR_ACTIVITY (which just references the Dynamic Reference parameter MESSAGE).
image
Now, we change the MONTH and this updates the MESSAGE. However, the PLACES_FOR_ACTIVITY are now not updated correctly (still showing the previous values)
image
However, if you continue to select an ACTIVITY, updates again work. So it is the MESSAGE change cascaded from the MONTH parameter that does not cascade to PLACES_FOR_ACTIVITY
"
ioannis I guess we can give it another try with the latest release and see if the issue is gone now.