Problem
-
The "Most recent comment" + "Most recent unread comment" links on issue node pages (below the sidebar block → ) were replaced with
/comment/{cid}links this week. -
This causes those links to navigate away to a completely new page in 99.9% of all cases.
Can we revert that?
Comments
Comment #1
sunComment #2
joachim commentedI'd already filed #2238975: 'jump to Most recent comment' link causes a reload of the page but in the customizations project.
Comment #3
sunYeah... Given that there are a bazillion of drupal.org site/webmasters/infra/QA/UX/Migration/drupalorg/WTF projects now, I no longer understand which project/queue to search for existing issues and which project/queue is the appropriate for an issue like this.
Therefore, not closing either one as a duplicate.
Comment #4
joachim commented> Given that there are a bazillion of drupal.org site/webmasters/infra/QA/UX/Migration/drupalorg/WTF projects now, I no longer understand which project/queue to search for existing issues
Same here! :)
Comment #5
drumm#268374: "Jump to" links are broken on multi-page issues is the issue which made the change. It uses
entity_uri()to make the link, which we expect to give us a good URI. It is a valid URI, it gets to the correct comment. #2125397: Enable comment_fragment 7.x-1.x-dev to improve issue comment permalinks will make it a better URI.