Modify ↓
Opened 5 years ago
Closed 5 years ago
#13641 closed defect (duplicate)
cannot hide based on status
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | DynamicFieldsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.4 |
Description
I can show/hide based on e.g. type
, or on a custom field value, but not on the ticket's status
:
[ticket-custom] extra = select extra.options = |a|B|c #-> this works #extra.show_when_type = task color = select color.options = | black | red | yellow # works too #extra.show_when_color = black # does not work extra.show_when_status = accepted #extra.show_if_status = accepted #extra.show_if = accepted
maybe I'm not using the right syntax?
(could be related to #12609)
(BTW - i have some trouble understanding the difference btn _when_
and _if_
: I assume former is when a field is *changed*, latter is when a criterion is met.)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Duplicate of #8400.