Merge branch 'sprint/168_sgm_fixvarname' into 'sprint/168'
* Change var name. See merge request easycorp/zentaopms!281
This commit is contained in:
@@ -122,10 +122,10 @@
|
||||
<?php
|
||||
js::set('priv',
|
||||
array(
|
||||
'hasEditName' => common::hasPriv('kanban', 'setColumn'),
|
||||
'hasSetWIP' => common::hasPriv('kanban', 'setWIP'),
|
||||
'hasSetLane' => common::hasPriv('kanban', 'setLane'),
|
||||
'hasLaneMove' => common::hasPriv('kanban', 'laneMove'),
|
||||
'canEditName' => common::hasPriv('kanban', 'setColumn'),
|
||||
'canSetWIP' => common::hasPriv('kanban', 'setWIP'),
|
||||
'canSetLane' => common::hasPriv('kanban', 'setLane'),
|
||||
'canMoveLane' => common::hasPriv('kanban', 'laneMove'),
|
||||
'canCreateTask' => $canCreateTask,
|
||||
'canBatchCreateTask' => $canBatchCreateTask,
|
||||
'canCreateBug' => $canCreateBug,
|
||||
|
||||
Reference in New Issue
Block a user