Skip to content

Admin v2 theme - theme.properties Custom theme scripts not loading #30115

@jamesjose03

Description

@jamesjose03

Before reporting an issue

  • I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.

Area

admin/ui

Describe the bug

Scripts specified in custom theme.properties are not loaded for admin console

Version

24.0.1

Regression

  • The issue is a regression

Expected behavior

Scripts specified should get attached to the theme and loaded in the admin console UI

Actual behavior

Custom scripts are ignored

How to Reproduce?

specify any script in the theme.properties.

ex:

scripts=test.js

where test.js contains

alert('test alert');

Anything else?

Similar to Issue #25502

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions