* Fix no multiple project field bug.
This commit is contained in:
@@ -11,7 +11,7 @@ $fields = defineFieldList('bug.create', 'bug');
|
||||
|
||||
$fields->field('product')->hidden($isShadowProduct && !$inQA);
|
||||
|
||||
$fields->field('project')->foldable(!$isShadowProduct)->className($isShadowProduct && $inQA && !$noMultipleProject ? 'w-1/4' : 'w-1/2')->className('full:w-1/4');
|
||||
$fields->field('project')->foldable(!$isShadowProduct)->className($isShadowProduct && $inQA && !$noMultipleProject ? 'w-1/4' : 'w-1/2')->className($noMultipleProject ? 'full:w-1/2' : 'full:w-1/4');
|
||||
|
||||
$fields->field('execution')
|
||||
->label(data('project.modal') === 'kanban' ? $lang->bug->kanban : $lang->bug->execution)
|
||||
|
||||
Reference in New Issue
Block a user