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.

Command icon 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

mortona2k created an issue. See original summary.

markconroy’s picture

ooooh, well spotted. That's there from an earlier idea for the module.

Let's get that fixed.

niral098 made their first commit to this issue’s fork.

niral098’s picture

Commit - 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.

niral098’s picture

Status: Active » Needs review