Modify ↓
Opened 11 years ago
Closed 11 years ago
#11838 closed defect (fixed)
Milestone links should not be followable on query page when user doesn't have MILESTONE_VIEW
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.3 |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | query milestone |
| Cc: | Branch: | ||
| Release Notes: |
The standard milestone resource link is displayed in the query results, which is non-followable if the user doesn't have |
||
| API Changes: |
Added |
||
| Internal Changes: | |||
Description
The links should be rendered with the missing class.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



trac/ticket/templates/query_results.html
a py:if="value" title="View milestone" href="${href.milestone(value)}">${value}</a></py:when>trac/web/chrome.py
The tooltip for the link changes from View milestone to one that is dependent on whether the milestone is completed, overdue and the due date is set (#10962). That appears to be an enhancement to me, unless there are any accessibility issues (screen readers and the like).