Fixed
Project:
Link checker
Version:
2.1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2023 at 13:37 UTC
Updated:
19 Sep 2026 at 07:32 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
webflo commentedComment #5
joelpittetI would like to see this in to get the broken links in the hands of the authors (content editors) that can fix them best.
Comment #7
joelpittetPoking to see if anybody can give this test to get RTBC
Comment #8
joelpittetThank you @gngn for making the request. I have merged it into 2.1.x-dev and I will merge it into 3.0.x as well.
Comment #10
codebymikey commentedThe merge train failed to merge due to a merge conflict, so I think I think this needs revisiting.
Just had a quick test and all works pretty well, just a few questions/review:
1. I think the view probably needs to be flagged to use the Administration theme otherwise the UI can look off on frontend themes.
2. Unsure if the title should be "My broken links" / "Own broken links" or left as "Broken links" since the latter isn't clear unless they look at the URL.
3. Should this page be linked to anywhere - it's not showing up in my tabs or menu when I visit
/user/{user}.Comment #11
codebymikey commentedComment #12
joelpittet@codebymikey thank's for stepping in with a review, I merged late at night (when I have time) and kinda figured one would fail.
I had screenshots, but I think I forgot to post them. The views are optional, so just applying the MR will not import the optional Views config.
I will post the screenshots and consider your title/admin theme feedback before committing again. The goal was to provide parity with missing D7 views display so I will probably keep things close to that as possible in terms of naming.
Comment #13
joelpittetThanks again for the review, @codebymikey. The merge conflict is resolved and I’ve pushed updates for your points:
user/{user}/*tabs and D7. Sites can still enable the admin theme on the display if desired.drush updbbecause the view is optional config. On Drupal 11 with Navigation enabled, the link appears under the “⋮” menu instead of classic tabs. Tests now cover tab access.I also hid the empty Operations column for users without edit permission, including via post-update for existing sites.
Setting back to Needs review. If you test on the same site, please run
drush updbfirst.Comment #15
joelpittetOk merged for real this time