Problem/Motivation
Neither @catch nor I can figure out why this is necessary and it breaks converted kernel tests.
Let's try removing it.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3582386
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3582386-remove-absolute-from-help-links
changes, plain diff MR !15295
Comments
Comment #2
joachim commentedComment #4
catchThis was added in #3090659: Make a way for help topics to generate links only if they work and are accessible which I committed. The access vs. no access behaviour in that issue was tricky and got a lot of discussion (main reason for the issue), but the absolute link generation wasn't discussed at all, so I think it's probably the case that someone added it without thinking too much about it, and then no-one else thought about it either, but we didn't really need to. Let's see if the test coverage agrees though.
Comment #5
catchThat's very green. We need a docs update here. I doubt anyone will ever notice the difference, but maybe a CR just in case? Otherwise I think we should go ahead here.
Comment #6
joachim commentedWhere do we need docs?
EDIT nm I see it.
Comment #7
joachim commentedComment #8
joachim commentedDone docs & CR.
Comment #9
catchBoth the change and the CR look good, I made a tiny edit to the CR. Moving to RTBC.
Comment #13
godotislateCommitted 1ab3da4 and pushed to main and committed b65e628 and pushed to 11.x. Thanks!
Comment #15
godotislateAlso published the CR.