* [refac bug #61271] Adjust code for click sub stage button.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user