* [bug#64637] No change assignedTo when edit bug has assignedTo.
This commit is contained in:
@@ -342,10 +342,10 @@ function loadAssignedToByModule(moduleID, productID)
|
||||
}
|
||||
if(!isExist && account)
|
||||
{
|
||||
assignedToItems = {text: realName, value: account, keys: realName};
|
||||
$assignedToPicker.render({items: data, value: account});
|
||||
assignedToItems.push({text: realName, value: account, keys: realName, key: account});
|
||||
$assignedToPicker.render({items: Array.from(assignedToItems)});
|
||||
}
|
||||
$assignedToPicker.$.setValue(account);
|
||||
if(!bug.assignedTo) $assignedToPicker.$.setValue(account);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user