* [refac bug #61271] Adjust code for click sub stage button.

This commit is contained in:
wangyidong
2025-04-16 08:49:15 +08:00
committed by 刘刚
parent 9700d0fb4c
commit a60f95759f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ $fnGenerateStageByProductList = function() use ($productID, $productList, $proje
};
/* Generate checkboxes for sub-stage management. */
$fnGenerateSubPlanManageFields = function() use ($lang, $planID, $project, $executionType, $canParallel)
$fnGenerateSubPlanManageFields = function() use ($lang, $planID, $project, $canParallel)
{
if(!(empty($planID) && $project->model == 'ipd')) return div();