Closed olafgrabienski closed 2 years ago
The issue was first reported in https://github.com/backdrop/backdrop-issues/issues/5003#issuecomment-1124005924. See especially https://github.com/backdrop/backdrop-issues/issues/5003#issuecomment-1124082594 and below for possible reasons.
The correct behaviour here is not to display links for core modules.
Here's a PR: https://github.com/backdrop/backdrop/pull/4071
LGTM 👍🏽
Thanks for the PR, @BWPanda ! Let's make sure it goes in the 1.22 release. (Adding milestone.)
Thanks @olafgrabienski and @argiepiano! I've merged https://github.com/backdrop/backdrop/pull/4071 into 1.x.
Description of the bug
This is a follow-up to #5003 which was merged only recently. The Github links for core modules don't work. They point to a non existent
backdrop-contrib
repo.Steps To Reproduce
To reproduce the behavior:
admin/modules'
, and look for a core module, e.g. Administration Bar.Links: BackdropCMS.org, GitHub
Actual behavior
The link points to
https://github.com/backdrop-contrib/backdrop
(Page not found)Expected behavior
Not sure. Point the link to the core repo, or don't display a link.
Additional information