Edgewall Software

Opened 11 years ago

Last modified 10 years ago

#11166 closed defect

TracLinks to non-existent reports should have the "missing" class and should not have an href attribute — at Initial Version

Reported by: Ryan J Ollos <ryan.j.ollos@…> Owned by:
Priority: normal Milestone: 1.0.2
Component: report system Version: 1.0-stable
Severity: normal Keywords: permissions, traclinks
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

For example, {10000}. The HTML is:

<a class="report" href="/report/10000">{10000}</a>

but should be:

<a class="missing report">{10000}</a>

resulting in:

{10000}

Change History (0)

Note: See TracTickets for help on using tickets.