there has been a change in
joomla-cms/administrator/components/com_modules/tmpl/modules/default_batch_body.php
since joomla 3
It looks like it was an attempt to fix an issue whereby the language option didnt appear when a site had multiple admin languages installed but its not correct as it results in two language selectors when batch changing site modules.
From my tests the third instance of the language selector needs to be removed and that the problem is that this code is never evaluating as true and that is the real bug
$clientId == 1 && ModuleHelper::isAdminMultilang
Labels |
Added:
?
|
Status | New | ⇒ | Discussion |
It should be that's correct but my test of that didn't work. Maybe I missed something but I tried for a while.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-03-21 08:15:15 |
Closed_By | ⇒ | infograf768 |
The issue is a duplicate.
$clientId == 1 && ModuleHelper::isAdminMultilang
is evaluated as true when param is set to yesmaking patch now