Modify ↓
#8355 closed enhancement (fixed)
Add a "Show hidden fields" link
Reported by: | Rob Guttman | Owned by: | Rob Guttman |
---|---|---|---|
Priority: | high | Component: | DynamicFieldsPlugin |
Severity: | major | Keywords: | show hidden fields |
Cc: | Steffen Hoffmann | Trac Release: | 0.11 |
Description
Sometimes fields are hidden because most of the time they're not needed and just add noise to ticket views. However, every now and then, it's useful to have access to those hidden fields.
Attachments (0)
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Done. Docs on wiki page have been updated.
comment:4 Changed 14 years ago by
Keywords: | show hidden fields added |
---|
Awesome, looks really useful (as good as this has started). Thank you very much for your effort. I'll definitely will have to check that out together with the owner field reordering from #8356.
Note: See
TracTickets for help on using
tickets.
The approach I'm taking is that fields can be enabled individually to be shown via a new "Show hidden fields" link (which only gets shown when there are in fact hidden fields). The additional rule specification is:
The default is that hidden fields are not enabled to be shown (i.e.,
link_to_show
defaults tofalse
).