Merge pull request #672 from okriuchykhin/ok_SCI_1341

Fix row selecton after column reorder in repositories [SCI-1341]
This commit is contained in:
okriuchykhin 2017-06-13 09:00:33 +02:00 committed by GitHub
commit 05c77e7298

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();
});