This commit is contained in:
tianshujie
2022-03-25 12:51:59 +08:00
parent 70ef6bae33
commit 7c46d9c61d
5 changed files with 19 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
<?php js::set('weekend', $config->execution->weekend);?>
<?php js::set('errorSameProducts', $lang->project->errorSameProducts);?>
<?php js::set('errorSameBranches', $lang->project->errorSameBranches);?>
<?php js::set('errorSamePlans', $lang->project->errorSamePlans);?>
<?php js::set('oldParent', $project->parent);?>
<?php js::set('projectID', $project->id);?>
<?php js::set('longTime', $lang->project->longTime);?>