User tests: Successful: Unsuccessful:
PR for #26652
Add a module to a dashboard on a position != cpanel.
Use chrome "well".
The module is rendered on the dashboard. And the cog for edit / unpublish appears.
Now click unpublish
The module is unpublished
Nothing happens
Module is unpublished as expected
As this is a javascript change either npm i
or node build.js compile-js
are required after applying the patch
Category | ⇒ | JavaScript Repository NPM Change |
Status | New | ⇒ | Pending |
I have tested this item
@infograf768 You are right but this is another issue.
Adding in index.php
HTMLHelper::_('script', 'com_cpanel/admin-cpanel-default.min.js', array('version' => 'auto', 'relative' => true));
will solve the event but not the placement of the cog and its dropdown.
EDIT: cog and dropdown would in this case be solved by adding a class. Here for LTR
.module-actions {
position: absolute;
top: 0;
right: 0;
z-index: auto;
}
That is another issue. Please create a new issue for that
Labels |
Added:
NPM Resource Changed
?
|
The appveyor error is nothing to do with this pr and is a general appveyor failure
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-09 16:54:31 |
Closed_By | ⇒ | wilsonge |
Thanks!
pleasure
I have tested this item✅ successfully on 6f013c8
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27782.