Change jump links to be anchors only

Created on 26 June 2024, 4 months ago
Updated 27 June 2024, 4 months ago

Problem/Motivation

The jump links in the RH sidebar of an issue node give relative URLs with an anchor, e.g.

> "/project/drupal/issues/3056698#comment-15068162"

This means that if you come to the issue on the canonical URL, /node/3056698, this link causes a page reload instead of a page jump as intended.

This slows down the user, and is an extra request to the d.org server.

Canonical URLs are used if you come from something that automatically generates an issue URL from a node ID. This includes Firefox bookmarklets, and the 'open' command in Dorgflow (https://github.com/joachim-n/dorgflow/blob/master/Command/OpenIssue.php).

Steps to reproduce

Proposed resolution

Change to use an anchor-only URL.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ“Œ Task
Status

Closed: works as designed

Version

1.0

Component

User interface

Created by

πŸ‡¬πŸ‡§United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024