Create new administrator menu.
Select this item and click in Batch button.
To Move or Copy your selection please select a Menu or parent item.
That the button to process is visible
There is no button to process
Joomla 3.9.12
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
Category | ⇒ | com_menus UI/UX |
@franz-wohlkoenig I think he meant 3.8.12 because there is no 3.9.12 (yet).
Sorry.
3.8.12
ah, i thought 3.9 is meant.
@izharaazmi
can you have a look?
I'll have a look soon.
the code is
<?php if ((strlen($menuType) && $menuType != '*' && $clientId == 0) || ($published > 0 && $clientId == 1)): ?>
<button class="btn btn-success" type="submit" onclick="Joomla.submitbutton('item.batch');">
<?php echo JText::_('JGLOBAL_BATCH_PROCESS'); ?>
</button>
<?php endif; ?>
As one can see, when clientId == 1
(admin menu) then we need the state to be Published > 0
.
The issue is solved when Search Tools Status is set to Published.
No idea why this was implemented this way.
EDIT: No idea either why we have strlen($menuType)
@infograf768 Please see whether #22178 is acceptable. If not I'll do it the old way.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-14 07:07:17 |
Closed_By | ⇒ | infograf768 |
Issue confirmed.
@Open2logic can you please test if this happens in 3.8 too?
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22154.