Merge pull request #727 from okriuchykhin/ok_SCI_1445

Fix ordering of the columns after adding the new ones [SCI-1445]
This commit is contained in:
okriuchykhin 2017-07-03 11:55:24 +02:00 committed by GitHub
commit 4740564a40

View file

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