Modify ↓
Opened 10 years ago
Closed 10 years ago
#12263 closed enhancement (wontfix)
Extend decoration to drop down lists
Reported by: | Richard Conway | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Component: | UsernameDecoratePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Could some level of decoration be added to the various drop down lists that appear in trac under 'Modify Ticket'? for example the drop down list to assign a ticket to another user?
Obviously, the full decoration with the black pop-up that shows user name, name and email address probably isn't achievable from within a drop down list, but it would be nice if the drop down list was populated with users real names instead of their account names, as on a lot of systems I've seen, the user names are just a series of numbers, so when selecting who to re-assign a ticket to, it's very hard to relate a person to their account name.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
This plugin extends only
authorinfo()
andformat_author()
methods in Genshi templates. Use AutocompleteUsersPlugin.