* Fix bug for edition.
This commit is contained in:
@@ -68,7 +68,7 @@ sidebar
|
||||
set::titleShow(false),
|
||||
to::footer
|
||||
(
|
||||
$config->edition == 'open' ? div
|
||||
$this->config->edition == 'open' ? div
|
||||
(
|
||||
set::width(240),
|
||||
setClass('bg-canvas px-4 py-2 module-menu shadow'),
|
||||
|
||||
@@ -78,7 +78,7 @@ $generateData = function() use ($lang, $pivotName, $pivot, $filters, $data, $con
|
||||
set::text($lang->pivot->showPivot),
|
||||
on::click("toggleShowMode('group')"),
|
||||
),
|
||||
$config->edition != 'open' ? array(
|
||||
$this->config->edition != 'open' ? array(
|
||||
(hasPriv('pivot', 'design') && $clickable) ? item(set(array
|
||||
(
|
||||
'text' => $lang->pivot->designAB,
|
||||
|
||||
Reference in New Issue
Block a user