Merge branch 'sprint/168_sgm_fixvarname' into 'sprint/168'

* Change var name.

See merge request easycorp/zentaopms!281
This commit is contained in:
李玉春
2021-11-02 06:13:46 +00:00
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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,