mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-26 03:19:05 +02:00
disable actions in event list when centralized mode is enabled and improve behavior of checkboxes when a massive action is applied
Former-commit-id: 11f4606d2e7dd9b91c918323dc8a3dada0c8f765
This commit is contained in:
parent
efa2e5332f
commit
1ed90180c9
@ -226,6 +226,9 @@ function show_massive_response_dialog(event_id, response_id, response, out_itera
|
||||
$('#response_loading_dialog').hide();
|
||||
$('#button-submit_event_response').show();
|
||||
},
|
||||
close: function(event, ui) {
|
||||
$( ".chk_val" ).prop( "checked", false );
|
||||
},
|
||||
width: response['modal_width'],
|
||||
height: response['modal_height']
|
||||
})
|
||||
|
@ -1027,6 +1027,8 @@ else {
|
||||
delete_selected();
|
||||
break;
|
||||
}
|
||||
|
||||
$( ".chk_val" ).prop( "checked", false );
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user