Modify

Opened 4 years ago

Closed 4 years ago

#13641 closed defect (duplicate)

cannot hide based on status

Reported by: alexander.duytschaever@… 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)

Change History (1)

comment:1 Changed 4 years ago by Ryan J Ollos

Resolution: duplicate
Status: newclosed

Duplicate of #8400.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.