Update select-all on action-bottons [SCI-7815]

This commit is contained in:
sboursen-scinote 2023-02-17 12:50:26 +01:00
parent ed9aab8ee9
commit 2df05776c2

View file

@ -510,6 +510,9 @@ var ProjectsIndex = (function() {
},
error: function() {
viewContainer.html('Error loading project list');
},
complete: function() {
updateSelectAllCheckbox();
}
});
}