* Fix bug of change branch at edit plan page.
This commit is contained in:
@@ -31,7 +31,7 @@ function getConflictStories(planID)
|
||||
if(!result)
|
||||
{
|
||||
newBranch = oldBranch[planID];
|
||||
$('#branch').val(oldBranch[planID]);
|
||||
$('#branch').val(oldBranch[planID].split(','));
|
||||
$('#branch').trigger("chosen:updated");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user