* [bug#56628,done,0.2h] check project.

This commit is contained in:
liumengyi
2024-11-20 08:53:28 +08:00
committed by 刘梦艺
parent a1a763340c
commit baa2e6b7e2
+1 -1
View File
@@ -1917,7 +1917,7 @@ class storyTao extends storyModel
global $lang;
$actions = array();
if(!empty($execution) && !common::canModify('execution', $execution)) return $actions;
if(!empty($execution) && !common::canModify($execution->type == 'project' ? 'project' : 'execution', $execution)) return $actions;
$tutorialMode = commonModel::isTutorialMode();
if($this->config->edition == 'ipd' && $storyType == 'story')