You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($this->getLayout() !== 'modal')
{
// Add title and toolbar
$this->addToolbar();
// Load batch form
$this->batchForm = $this->get('BatchForm');
// Remove language filter is not Multilanguage
if (!Multilanguage::isEnabled())
{
unset($this->activeFilters['language']);
$this->filterForm->removeField('language', 'filter');
$this->batchForm->removeField('language');
}
}
Но поскольку в batch_*.xml language это не поле, а fields:
Uh oh!
There was an error while loading. Please reload this page.
В HtmlView есть код:
Но поскольку в batch_*.xml language это не поле, а fields:
Нужно использовать
В выводе списков в Админпанели еще нет проверки
<?php if (Multilanguage::isEnabled()) : ?>
The text was updated successfully, but these errors were encountered: