[BUG]: admin.css not loaded on dashboard #1112
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1112
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What Happened?
Kind of a two-fer - the icons in the dashboard don't fit into the containers, so I applied some CSS in the component Libs & Helpers : CSS (admin) section -
which is generated as /administrator/components/com_component/assets/css/admin.css
But when viewing the dashboard - this CSS is not loaded. (it is loaded in other admin views)
Steps to reproduce the Bug
JCB > Joomla Components > Edit Component > Libs & Helpers > enable CSS (admin) > add some CSS
Which Joomla version are you compiling in?
5.1.0
Which PHP version are you compiling in?
8.1
Which Joomla versions are you targeting?
5
Which PHP version are you targeting?
8.1
Which Web server is JCB running on?
nginx
Which Relational Database is JCB running on?
MariaDB 10.6
Which OS is JCB running on?
Ubuntu
Which JCB version are you using?
5rc1
Where in JCB did this issue occur?
Compilation of a component
On which browsers did you encounter the issue?
Chrome
Additional Comments
The CSS fixes the icon overflow problem in the Dashboard.
[BUG]: admin.css not loadedto [BUG]: admin.css not loaded on dashboardSeems to be fixed in rc3