Fix row selecton after column reorder in repositories [SCI-1341]

This commit is contained in:
Oleksii Kriuchykhin 2017-06-12 10:07:16 +02:00
parent 5ac0ed4505
commit aa42ca6b8b

View file

@ -197,6 +197,10 @@ function dataTableInit() {
$(this).parent().find('.repository-row-selector').trigger('click');
});
table.on('column-reorder', function() {
initRowSelection();
});
$('#assignRepositories, #unassignRepositories').click(function() {
animateLoading();
});