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
@@ -19,6 +19,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('longTime', $lang->project->longTime);?>
<?php js::set('multiBranchProducts', $multiBranchProducts);?>
<?php js::set('selectedProductID', $productID);?>