CC-4866: Library -> Edit metadata -> table does not redraw after
-fixed
This commit is contained in:
parent
58c496ef41
commit
b818f1d46e
|
@ -1283,6 +1283,7 @@ $(document).ready(function() {
|
|||
data = $("#edit-md-dialog form").serializeArray();
|
||||
$.post(baseUrl+'library/edit-file-md', {format: "json", id: file_id, data: data}, function() {
|
||||
$("#edit-md-dialog").dialog().remove();
|
||||
oTable.fnStandingRedraw();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue