* [bug#62317,done,0.2h] fix bug.
This commit is contained in:
@@ -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')
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user