* Refactor tips for after create execution.
This commit is contained in:
@@ -19,6 +19,7 @@ jsVar('errorSameBranches', $lang->execution->errorSameBranches);
|
||||
jsVar('isStage', $isStage);
|
||||
jsVar('copyExecutionID', $copyExecutionID);
|
||||
jsVar('multiBranchProducts', $multiBranchProducts);
|
||||
jsVar('executionID', $executionID);
|
||||
|
||||
$methodBox = null;
|
||||
if(!empty($project->model) && $project->model == 'agileplus')
|
||||
@@ -567,5 +568,10 @@ modalTrigger
|
||||
)
|
||||
);
|
||||
|
||||
modalTrigger
|
||||
(
|
||||
modal (set::id('tipsModal'))
|
||||
);
|
||||
|
||||
/* ====== Render page ====== */
|
||||
render();
|
||||
|
||||
Reference in New Issue
Block a user