Modify ↓
Opened 15 years ago
Closed 15 years ago
#7430 closed enhancement (fixed)
Having problem using dynamic fields with more than one test.
| Reported by: | Owned by: | Rob Guttman | |
|---|---|---|---|
| Priority: | high | Component: | DynamicFieldsPlugin |
| Severity: | major | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
I have four types of tickets. In two of these tickets I want to show a field (milestone) and in the other two I don't. I tried using either of the following:
milestone.hide_when_type = task milestone.hide_when_type = request
or
milestone.hide_when_type = task|request
In the first case, milestones are only hidden when the type = task. In the second, they are never hidden. I would think that one of these two should work for both.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
| Type: | defect → enhancement |
Added enhancement and updated the docs.
Note: See
TracTickets for help on using
tickets.



(In [8331]) refs #7430: now allows multiple values for the HideRule trigger value - uses pipe-delimited syntax