Revert changes to clearRowTaskSelection [SCI-7745]

This commit is contained in:
sboursen-scinote 2023-01-20 13:54:41 +01:00
parent 658862fca7
commit 87ca1fcb77

View file

@ -464,7 +464,7 @@ var ExperimnetTable = {
},
clearRowTaskSelection: function() {
this.selectedMyModules = [];
$('.select-all-checkboxes, .sci-checkbox').prop('checked', false);
$('.select-all-checkboxes .sci-checkbox').prop('checked', false);
this.updateExperimentToolbar();
},
initNewTaskModal: function(table) {