Modify ↓
Opened 17 years ago
Last modified 5 years ago
#1766 new enhancement
[Patch] Add title attribute to links in list of blockers
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | MasterTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Links in the wiki to bugs set the title
attribute of the link so that the bug summary comes up as a tooltip, which is rather nice. It would be nice if the bugs in the blocked by/blocking list did the same.
I have a very small patch attached which achieves this (sorry, not against the SVN build though)
Attachments (1)
Change History (5)
Changed 17 years ago by
Attachment: | mastertickets_util.patch added |
---|
comment:1 Changed 17 years ago by
I added the actual summary field, but really this should use the TicketContext
summary function to match other ticket links.
comment:2 Changed 15 years ago by
Summary: | add title attribute to links in list of blockers → [Patch] Add title attribute to links in list of blockers |
---|
comment:3 Changed 11 years ago by
Owner: | changed from Noah Kantrowitz to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:4 Changed 5 years ago by
Status: | assigned → new |
---|
Note: See
TracTickets for help on using
tickets.
patch for util.py