mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 23:42:11 +00:00
fix take over of reviewer, approver
the javascript call to update the reviewer, approval selection was not updated to select2
This commit is contained in:
parent
b830eb5c37
commit
bbf4caa8c8
|
@ -1660,7 +1660,8 @@ $(document).ready( function() {
|
|||
for(var i in arr) {
|
||||
$("#"+target+" option[value='"+arr[i]+"']").attr("selected", "selected");
|
||||
}
|
||||
$("#"+target).trigger("chosen:updated");
|
||||
// $("#"+target).trigger("chosen:updated");
|
||||
$("#"+target).trigger("change");
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user