Merge branch 'master_xieqiyu_30291' into 'master'
* Fix bug#30291. See merge request easycorp/zentaopms!6585
This commit is contained in:
@@ -84,7 +84,8 @@ foreach(explode(',', $showFields) as $field)
|
||||
</td>
|
||||
<?php if(!$hiddenPlan):?>
|
||||
<td class='text-left<?php echo zget($visibleFields, 'plan', ' hidden')?>'>
|
||||
<?php echo html::select("plans[$storyID]", isset($plans[$story->product][$story->branch]) ? array('' => '') + $plans[$story->product][$story->branch] : '', $story->plan, "class='form-control picker-select' data-drop-width='auto'");?>
|
||||
<?php $planDisabled = $story->parent < 0 ? "disabled='disabled'" : '';?>
|
||||
<?php echo html::select("plans[$storyID]", isset($plans[$story->product][$story->branch]) ? array('' => '') + $plans[$story->product][$story->branch] : '', $story->plan, "class='form-control picker-select' data-drop-width='auto' $planDisabled");?>
|
||||
</td>
|
||||
<?php endif;?>
|
||||
<td title='<?php echo $story->title?>'>
|
||||
|
||||
Reference in New Issue
Block a user