Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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 13 years ago by Rob Guttman

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:

[ticket-custom]
mostlyhidden.show_when_type = enhancement
mostlyhidden.clear_on_hide = false
mostlyhidden.link_to_show = true

The default is that hidden fields are not enabled to be shown (i.e., link_to_show defaults to false).

comment:2 Changed 13 years ago by Rob Guttman

(In [9718]) refs #8355: added "show hidden fields" link and facility.

comment:3 Changed 13 years ago by Rob Guttman

Resolution: fixed
Status: newclosed

Done. Docs on wiki page have been updated.

comment:4 Changed 13 years ago by Steffen Hoffmann

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Rob Guttman.
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.