No Code Attached Yet
avatar obuisard
obuisard
13 May 2025

Steps to reproduce the issue

I was reading through the code (!) and came upon this line in
layouts/plugins/webauthn/manage.php (lines 43-44)

$app->getDocument()->getWebAssetManager()
        ->registerAndUseStyle('plg_system_webauthn.backend', 'plg_system_webauthn/backend.css');

Expected result

File backend.css is loaded.

Actual result

There is no backend.css anywhere. The file does not seem to exist.
Was button.css meant to be loaded instead?

System information (as much as possible)

Since Joomla 4.0 !?

Additional comments

avatar obuisard obuisard - open - 13 May 2025
avatar joomla-cms-bot joomla-cms-bot - change - 13 May 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 13 May 2025
avatar Fedik
Fedik - comment - 13 May 2025

It cannot be loaded there,
because this layout is for some AJAX stuff

$layout = new FileLayout('plugins.system.webauthn.manage', JPATH_SITE . '/plugins/system/webauthn/layout');

Add a Comment

Login with GitHub to post a comment