From d0fb46062d9d67b2f5392d23405dc5e303420b61 Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Fri, 16 Dec 2022 15:55:54 +0800 Subject: [PATCH] * Fix bug#30291. --- module/story/view/batchedit.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/story/view/batchedit.html.php b/module/story/view/batchedit.html.php index f7b6c3b99a..aa4c55ddd8 100644 --- a/module/story/view/batchedit.html.php +++ b/module/story/view/batchedit.html.php @@ -84,7 +84,8 @@ foreach(explode(',', $showFields) as $field) '> - product][$story->branch]) ? array('' => '') + $plans[$story->product][$story->branch] : '', $story->plan, "class='form-control picker-select' data-drop-width='auto'");?> + parent < 0 ? "disabled='disabled'" : '';?> + product][$story->branch]) ? array('' => '') + $plans[$story->product][$story->branch] : '', $story->plan, "class='form-control picker-select' data-drop-width='auto' $planDisabled");?>