Fix ordering of the columns after adding the new ones [SCI-1445]

This commit is contained in:
Oleksii Kriuchykhin 2017-07-03 11:53:15 +02:00
parent 6b1fb96f25
commit 4c6690e59b

View file

@ -148,6 +148,7 @@ function dataTableInit() {
data = myData;
}
$.ajax({
async: false,
url: '/repositories/' + repositoryId + '/state_save',
data: {state: data},
dataType: 'json',