* Fix bug #41812.
This commit is contained in:
@@ -57,12 +57,14 @@ toolbar
|
||||
(
|
||||
'icon' => 'list',
|
||||
'class' => 'switchButton btn-icon',
|
||||
'data-type' => 'bylist'
|
||||
'data-type' => 'bylist',
|
||||
'hint' => $lang->project->bylist
|
||||
), array
|
||||
(
|
||||
'icon' => 'cards-view',
|
||||
'class' => 'btn-icon switchButton text-primary',
|
||||
'data-type' => 'bycard'
|
||||
'data-type' => 'bycard',
|
||||
'hint' => $lang->project->bycard
|
||||
))
|
||||
))),
|
||||
hasPriv('project', 'export') ? item(set(array
|
||||
|
||||
@@ -38,12 +38,14 @@ toolbar
|
||||
(
|
||||
'icon' => 'list',
|
||||
'class' => 'btn-icon switchButton text-primary',
|
||||
'data-type' => 'bylist'
|
||||
'data-type' => 'bylist',
|
||||
'hint' => $lang->project->bylist
|
||||
), array
|
||||
(
|
||||
'icon' => 'cards-view',
|
||||
'class' => 'switchButton btn-icon',
|
||||
'data-type' => 'bycard'
|
||||
'data-type' => 'bycard',
|
||||
'hint' => $lang->project->bycard
|
||||
))
|
||||
))),
|
||||
hasPriv('project', 'export') ? item(set(array
|
||||
|
||||
Reference in New Issue
Block a user