Under Review
over 1 year ago

bug: boolean properties with default value true can't be changed in simulator

I am on Mac, CIQ 4.1.1. When I have a property with default value true it can't be changed in the simulator. To be more precise: I can seemingly edit and save it in App Settings Editor, but 

Application.Properties.getValue always returns true, no matter what the last setting value is (even though I see in the simulator's editor it's disabled)
Parents
  • My occasion is 

    <property id="chn" type="boolean">false</property>//merely in properties not settings
    textLine1 = getPropertyValue("chn")
    ? Lang.format("$1$.$2$", [date.month, date.day])// this part works sometimes
    : Lang.format("$1$", [date.day]);
Comment
  • My occasion is 

    <property id="chn" type="boolean">false</property>//merely in properties not settings
    textLine1 = getPropertyValue("chn")
    ? Lang.format("$1$.$2$", [date.month, date.day])// this part works sometimes
    : Lang.format("$1$", [date.day]);
Children
No Data