* [bug#62317,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-05-27 01:59:30 +00:00
parent 431ac74e3d
commit 4fd31f733d
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -58,6 +58,7 @@ if(data('executionType') && data('executionType') == 'kanban')
}
$fields->field('title')
->className('full:w-full')
->control('colorInput', array('colorValue' => data('bug.color')));
$fields->field('type')
+1 -1
View File
@@ -24,7 +24,7 @@ $fields->autoLoad('branch', 'module,execution,project,story,task,assignedTo')
->autoLoad('allUsers', 'assignedTo')
->autoLoad('region', 'lane');
if(!$product->shadow) $fields->fullModeOrders('module,project,execution,plan');
if(!$product->shadow) $fields->fullModeOrders('module,project,execution,plan', 'pri,title');
$fields->sort('execution,plan');
jsVar('bug', $bug);