* [bug#56628,done,0.2h] check project.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user