Opened 9 years ago
Closed 9 years ago
#2602 closed defect (bug) (duplicate)
Do not apply hovercards on tickets within link tags
| Reported by: | swissspidy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Make (Get Involved) / P2 | Keywords: | |
| Cc: |
Description
As can be seen on https://make.wordpress.org/cli/handbook/wish-list/, the ticket preview script fails when trying to load information for a ticket. The tickets exist, but of course reference GitHub issues, not Trac tickets.
Given that these ticket numbers are within existing <a> tags, I think the hovercard script should skip any already linked tickets.
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Well, the script only works if tickets/changesets are inside of link tags so we can't skip them. Maybe we should just make them work with GitHub links.