Needs review
Project:
Modules List
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2026 at 17:40 UTC
Updated:
2 May 2026 at 18:09 UTC
Jump to comment: Most recent
Error:
User warning: The following theme is missing from the file system: localgov_telemetry in Drupal\Core\Extension\ExtensionPathResolver->getPathname() (line 63 of core/lib/Drupal/Core/Extension/ExtensionPathResolver.php).
ModulesListController->listModules() will always try to load localgov_telemetry/module-filter, regardless of whether the module is installed.
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
markconroy commentedooooh, well spotted. That's there from an earlier idea for the module.
Let's get that fixed.
Comment #5
niral098Commit - c14db789
The library does exist, but the module name in the return array was incorrect, which caused the warning. Additionally, the filter feature wasn’t working due to this issue. This commit resolves both the warning and the filter problem. Please review.
Comment #6
niral098