Modify ↓
Opened 7 years ago
Last modified 14 months ago
#12999 new enhancement
Render closed milestones in ticket query strike-through
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | next-stable-1.6.x |
Component: | query system | Version: | 1.2.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
When embedding a ticket query like this
[[TicketQuery(component=MyApp&group=milestone,format=progress)]]
can closed milestones be rendered strike-through, consistent with milestones in other contexts and tickets in general?
Attachments (0)
Change History (4)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
Milestone: | → next-stable-1.2.x |
---|
comment:3 by , 5 years ago
Milestone: | next-stable-1.2.x → next-stable-1.4.x |
---|
Note:
See TracTickets
for help on using tickets.
The TicketQueryMacro and progress_bar_grouped.html template will need to be modified so that the milestone links have classes
milestone
andclosed
(when the milestone is closed).