11423-Graph analytics. Remove Group None from export filter

This commit is contained in:
Pablo Aragon 2023-08-25 10:33:32 +02:00
parent 670cf7d9a7
commit 28316e25c3
2 changed files with 2 additions and 2 deletions

View File

@ -657,7 +657,7 @@ $("#button-export-modal").click(function(e) {
const filter = parseInt($("#export-filter-id").val()); const filter = parseInt($("#export-filter-id").val());
const group = parseInt($("#export-group-id").val()); const group = parseInt($("#export-group-id").val());
if (filter !== 0 && group !== 0) { if (filter !== 0) {
$.ajax({ $.ajax({
method: "POST", method: "POST",
url: "ajax.php", url: "ajax.php",

View File

@ -617,7 +617,7 @@ $data[1] .= html_print_select(
'export-group-id', 'export-group-id',
'', '',
'', '',
__('None'), '',
0, 0,
true, true,
false, false,