mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
11423-Graph analytics. Remove Group None from export filter
This commit is contained in:
parent
670cf7d9a7
commit
28316e25c3
@ -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",
|
||||||
|
@ -617,7 +617,7 @@ $data[1] .= html_print_select(
|
|||||||
'export-group-id',
|
'export-group-id',
|
||||||
'',
|
'',
|
||||||
'',
|
'',
|
||||||
__('None'),
|
'',
|
||||||
0,
|
0,
|
||||||
true,
|
true,
|
||||||
false,
|
false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user