cbrain
cbrain copied to clipboard
Boutiques `value-disables` edge case.
When using value-disables
with some specific Boutiques descriptor we can fail in some edge case.
See Boutiques descriptor as attachment (Github does not support .json attachment, that's why it is a .txt). boutiques_demo_list_btq.txt
Here is the sequence to produce the edge case:
- Select
autorecon2
instages
(--> will disableList of numbers
) - Check option
-h
(--> will disablestages
)
These 2 steps should re-activate the List of numbers
options but it isn't the case.
yes I reported something like that in the original feature ticket with an existing boutiques https://github.com/aces/cbrain/pull/1163#issuecomment-952355646
@natacha-beck works now, I failed to reproduce the bug either in Chrome or Firefox is it resolved?
Tested on my dev server with the same descriptor mentioned in this issue, works fine on my side too.
I will closed the issue.