2017-09-11, 17:18
After some testing, it looks like something has recently changed in Leia builds where comparators in an addons settings.xml no longer work correctly.
B will not become visible when A is changed to Enabled. It does become visible in the latest Krypton stable build (just testing side by side). Nothing in the debug logs. Were these commands changed for Leia, or did it inadvertently break?
Code:
<setting id="a" type="select" label="Test A" values="Enabled|Disabled" default="Disabled"/>
<setting id="b" type="text" label="Test B" default="" visible="eq(-1,Enabled)"/>
B will not become visible when A is changed to Enabled. It does become visible in the latest Krypton stable build (just testing side by side). Nothing in the debug logs. Were these commands changed for Leia, or did it inadvertently break?