-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/25.0.1release/26.0.0team/ui
Milestone
Description
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
Labels
area/admin/uikind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugpriority/importantMust be worked on very soonMust be worked on very soonrelease/25.0.1release/26.0.0team/ui