Changes between Initial Version and Version 4 of Ticket #9986


Ignore:
Timestamp:
Dec 26, 2013, 8:14:56 AM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9986

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #9986 – Description

    initial v4  
    1 I tried various keywords to specify the state of a checbox (true/false, enabled/disabled, 0/1). 0/1 finally was doing at least something:
    2 
     1I tried various keywords to specify the state of a checkbox (true/false, enabled/disabled, 0/1). 0/1 finally was doing at least something:
     2{{{#!ini
    33[ticket-custom]
    44expertmode = checkbox
     
    77expertmode.order = 7
    88expertmode.value = 0
     9}}}
     10when `priority.show_when_expertmode = 0`
     11  -> reloading (checkbox unchecked) -> Priority was NOT shown but should be
    912
    10 when
    11 priority.show_when_expertmode = 0
    12   > reloading (checkbox unchecked) > Priority was NOT shown but should be
    13 
    14 and when
    15 priority.show_when_expertmode = 1
    16   > reloading (checkbox unchecked) > Priority was shown but should NOT be
     13and when `priority.show_when_expertmode = 1`
     14  -> reloading (checkbox unchecked) -> Priority was shown but should NOT be
    1715
    1816The second thing is that clicking the checkbox did not react in any visual case so the fields remained unchanged.