Merge branch 'sprint/207_mayue_bug#23765' into 'master'

Sprint/207 mayue bug#23765

See merge request easycorp/zentaopms!4094
This commit is contained in:
孙广明
2022-06-23 05:30:16 +00:00
10 changed files with 81 additions and 12 deletions
+3
View File
@@ -87,6 +87,7 @@ js::set('priv',
'canBatchCreateStory' => $canBatchCreateStory,
'canLinkStory' => $canLinkStory,
'canLinkStoryByPlan' => $canLinkStoryByPlan,
'canViewBug' => common::hasPriv('bug', 'view'),
'canAssignBug' => common::hasPriv('bug', 'assignto'),
'canConfirmBug' => common::hasPriv('bug', 'confirmBug'),
'canResolveBug' => common::hasPriv('bug', 'resolve'),
@@ -94,6 +95,7 @@ js::set('priv',
'canEditBug' => common::hasPriv('bug', 'edit'),
'canDeleteBug' => common::hasPriv('bug', 'delete'),
'canActivateBug' => common::hasPriv('bug', 'activate'),
'canViewTask' => common::hasPriv('task', 'view'),
'canAssignTask' => common::hasPriv('task', 'assignto'),
'canFinishTask' => common::hasPriv('task', 'finish'),
'canPauseTask' => common::hasPriv('task', 'pause'),
@@ -113,6 +115,7 @@ js::set('priv',
'canChangeStory' => common::hasPriv('story', 'change'),
'canCloseStory' => common::hasPriv('story', 'close'),
'canUnlinkStory' => common::hasPriv('execution', 'unlinkStory'),
'canViewStory' => common::hasPriv('execution', 'storyView'),
)
);
?>