CC-4902: Library -> Status column does not update when you add a file to a show
-fixed
This commit is contained in:
parent
cf2ed25bfb
commit
e1c69ebca2
|
@ -251,10 +251,11 @@ var AIRTIME = (function(AIRTIME){
|
||||||
mod.fnItemCallback = function(json) {
|
mod.fnItemCallback = function(json) {
|
||||||
checkError(json);
|
checkError(json);
|
||||||
|
|
||||||
mod.getSelectedCursors();
|
mod.getSelectedCursors();
|
||||||
oSchedTable.fnDraw();
|
oSchedTable.fnDraw();
|
||||||
|
|
||||||
mod.enableUI();
|
mod.enableUI();
|
||||||
|
$("#library_content").find("#library_display").dataTable().fnStandingRedraw();
|
||||||
};
|
};
|
||||||
|
|
||||||
mod.getSelectedCursors = function() {
|
mod.getSelectedCursors = function() {
|
||||||
|
|
Loading…
Reference in New Issue