Opened 3 years ago
Closed 3 years ago
#6093 closed defect (bug) (fixed)
Slug issue
Reported by: | kajalgohel | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Trac | Keywords: | |
Cc: |
Description
In the core wordPress.org (https://core.trac.wordpress.org/tickets/good-first-bugs)
When we click on the Ticket, the slug shown in bottom-left corner display as a https://make.wordpress.org/core/reports/ slug. but the url of that page is remaining same
Attachments (3)
Change History (7)
@
3 years ago
Added patch. We do not need to give a link in the 'Tickets' menu. Here we can also add only '#'. Because only hide and show is happening on the click of this menu.
@
3 years ago
Added new patch. We do not need to give a link in the 'Tickets' menu. Here we can also add only '#'. Because only hide and show is happening on the click of this menu.
#4
@
3 years ago
- Keywords needs-patch removed
- Resolution set to fixed
- Status changed from new to closed
I disagree with 6093.2.diff - Sometimes loading the page in another tab useful.
I'm marking this as fixed based on comments 2 & 3, unless there's reporter feedback as to what the issue was.
The URL displayed in the lower left of your screen is the
href
of the Tickets link.Clicking Tickets loads https://make.wordpress.org/core/reports/ in an overlay on core.trac.
The only bug I can see here, is that Control+Click on the Tickets link doesn't open in a new tab - the JS handler doesn't take into account if you're asking to open in a new tab/window/etc.