I've created admin menu and added a few menu items.
Now I want to move these items to another admin menu.
I am checking a few menu items and clicking on "Batch" button.
There should be a button to confirm the action.
There is just "Cancel" button. I cannot finalize the process of moving.
Joomla 3.9.18
Labels |
Added:
?
|
Status | New | ⇒ | Confirmed |
Closing as there is a PR: #36907 by @brianteeman thanks!
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-01-31 22:42:05 |
Closed_By | ⇒ | zero-24 | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
Confirmed
It looks like a published admin menu item gets
""
(empty) for the variable$published
instead of> 0
, i.e. 1code is
<?php if ((strlen($menuType) && $menuType != '*' && $clientId == 0) || ($published > 0 && $clientId == 1)): ?>