-

execution->createExec : $lang->execution->create;?>

+

systemMode == 'new')) ? $lang->execution->createExec : $lang->execution->create;?>

- +
+ systemMode == 'new'):?> + - + - + @@ -84,7 +86,7 @@ - + @@ -142,7 +144,7 @@ - +
execution->project;?>
execution->execName : $lang->execution->name;?>systemMode == 'new')) ? $lang->execution->execName : $lang->execution->name;?>
execution->execCode : $lang->execution->code;?>systemMode == 'new')) ? $lang->execution->execCode : $lang->execution->code;?>
execution->execType : $lang->execution->type;?>systemMode == 'new')) ? $lang->execution->execType : $lang->execution->type;?> execution->lifeTimeList, '', "class='form-control' onchange='showLifeTimeTips()'"); ?>
execution->typeDesc;?>
execution->execDesc : $lang->execution->desc;?>systemMode == 'new')) ? $lang->execution->execDesc : $lang->execution->desc;?> fetch('user', 'ajaxPrintTemplates', 'type=execution&link=desc');?> diff --git a/module/user/model.php b/module/user/model.php index 827820528b..1da428f6cf 100644 --- a/module/user/model.php +++ b/module/user/model.php @@ -2291,7 +2291,7 @@ class userModel extends model } /* Judge sprint auth. */ - if(($project->type == 'sprint' || $project->type == 'stage') && $project->acl == 'private') + if(($project->type == 'sprint' || $project->type == 'stage') && $project->acl == 'private' && $this->config->systemMode == 'new') { $parent = $this->dao->select('openedBy,PM')->from(TABLE_PROJECT)->where('id')->eq($project->project)->fetch(); $users[$parent->openedBy] = $parent->openedBy;