mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +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) {
|
for(var i in arr) {
|
||||||
$("#"+target+" option[value='"+arr[i]+"']").attr("selected", "selected");
|
$("#"+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