* Fix bug #44924.
This commit is contained in:
@@ -70,7 +70,8 @@ class backBtn extends btn
|
||||
'gitlab' => 'space-browse,gitlab-browseproject',
|
||||
'zanode' => 'zanode-browse,zanode-view',
|
||||
'zahost' => 'zahost-browse,zahost-view',
|
||||
'stakeholder' => 'stakeholder-browse'
|
||||
'stakeholder' => 'stakeholder-browse',
|
||||
'execution' => 'execution-team,execution-index,execution->view,project-execution,execution-all,project-index'
|
||||
);
|
||||
|
||||
$props = parent::getProps();
|
||||
|
||||
@@ -56,6 +56,7 @@ featureBar
|
||||
set::value($dept),
|
||||
set::items($depts),
|
||||
set('data-placeholder', $lang->execution->selectDeptTitle),
|
||||
set::required(true),
|
||||
on::change('setDeptUsers')
|
||||
),
|
||||
$copyTeamBox
|
||||
@@ -222,10 +223,10 @@ h::table
|
||||
div
|
||||
(
|
||||
setClass('main-content'),
|
||||
form
|
||||
formPanel
|
||||
(
|
||||
setClass('main-form'),
|
||||
set::id('teamForm'),
|
||||
setID('teamForm'),
|
||||
h::table
|
||||
(
|
||||
set::className('table table-form'),
|
||||
|
||||
Reference in New Issue
Block a user