* [task#133223,doing,0.5h] change tip condition.

This commit is contained in:
tianshujie
2024-12-03 13:25:42 +08:00
committed by 田淑杰
parent 944e596976
commit 55ba011f2c
11 changed files with 59 additions and 46 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ if(in_array($project->model, array('waterfall', 'waterfallplus')))
$fieldList['actions']['actionsMap']['edit']['data-size'] = 'md';
$fieldList['actions']['actionsMap']['edit']['url'] = createLink('programplan', 'edit', "stageID={rawID}&projectID={projectID}");
$fieldList['actions']['actionsMap']['createChildStage']['url'] = 'javascript:confirmCreateStage({projectID}, {productID}, {rawID}, {hasTask});';
$fieldList['actions']['actionsMap']['createChildStage']['url'] = 'javascript:confirmCreateStage({projectID}, {productID}, {rawID});';
}
if(!$this->cookie->showStage && !$this->cookie->showTask)
{