* Fix bug #50023.
This commit is contained in:
@@ -380,3 +380,11 @@ function toggleLibType(e)
|
||||
$('#acldefault').closest('.radio-primary').hide();
|
||||
}
|
||||
}
|
||||
|
||||
window.updateOrder = function(event, orders)
|
||||
{
|
||||
let sortedIdList = {};
|
||||
for(let i in orders) sortedIdList['orders[' + orders[i] + ']'] = i;
|
||||
|
||||
$.post($.createLink('doc', 'sortCatalog'), sortedIdList);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user