Problem/Motivation
Enable "Contrib modules" and "Core modules" plugins.
Visit the "Extend > Browse" page. You can see the "Contrib modules", but there is no way to access to the "Core modules".
Tried:
- /admin/modules
- /admin/index
The URL /admin/modules/browse/drupal_core shows the page that we want, but that URL is not exposed or linked anywhere on the project.
Proposed resolution
Create tab or link somewhere.
Issue fork project_browser-3501455
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:
Comments
Comment #2
phenaproximaI am reproducing this on 2.0.x.
The problem is that the sources have to opt in to showing a local task by putting it in their annotation. For example, the drupalorg_jsonapi source does it: https://git.drupalcode.org/project/project_browser/-/blob/2.0.x/src/Plug...
But the drupal_core source doesn't: https://git.drupalcode.org/project/project_browser/-/blob/2.0.x/src/Plug...
So we have a couple of options here.
Comment #3
phenaproximaComment #4
fjgarlin commented/admin/modulesshows both core and contrib modules in the system, so whilst PB is not a full replacement for that page (we're not there yet), I think we should add the tab for "Core modules" if we are willing to offer that via PB.Maybe the name of the tab for "Contrib modules" should be "Contrib modules" instead of "Browse", and the "Core modules" should be "Core modules". Or maybe not, I'm not sure, this is UX, but yeah, my point remains that the plugin is available and when enabled, you can't see it anywhere (this is why I created it as a bug).
Comment #5
phenaproximaI agree that if we're going to be enabling a local task for core modules, the contrib source should not be named "Browse". It was only kept that way for parity with 2.0.x to minimize disruption while I was making the seismic change of ripping out the Svelte-managed tabbing. But now that the tabs are regular local tasks, "Browse" is nonsensical.
Comment #9
gprtskh commentedComment #11
phenaproximaLooks fine to me! The failing tests are probably random failures, but I don't have permission to rerun those jobs.
Comment #12
chrisfromredfinre-ran tests and they passed. will merge this soon, after the larger categories one.
Comment #14
chrisfromredfinThanks for the help! Great to see some new names in the queue :)