Merge branch 'ent-3300-Error-borrado-masivo-de-informes' into 'develop'

Fix bug in report massive deletion

See merge request artica/pandorafms!2493
This commit is contained in:
Daniel Rodriguez 2019-06-11 17:17:14 +02:00
commit 4cf0fda28c
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@
.parent()
.addClass('checkselected');
$(".check_delete").prop("checked", true);
$('.check_delete').each(function(){
$('#hidden-id_report_'+$(this).val()).prop("disabled", false);
});
}
else{
$('[id^=checkbox-massive_report_check]')