- Issue created by @mcdruid
- Status changed to Fixed
over 1 year ago 9:51am 28 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
This library is defined incorrectly:
modules/contrib/seckit$ head -n3 seckit.libraries.yml
seckit/listener:
js:
js/seckit.listener.js: {}
It should not have the module name prepended to the library name.
As a result, the JS library is not added to the admin form correctly.
Load the admin form at /admin/config/system/seckit and use browser dev tools to look for the library.
This is easier if you disable pre-processing of the library:
seckit/listener:
js:
js/seckit.listener.js: {preprocess: false}
Fix the library definition.
Patch, commit etc..
The library should actually start working.
n/a
n/a
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.