From 7ef7d13d849d4b510f5925db52fae87eb4b0c1bd Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Wed, 21 Aug 2024 17:38:16 +0200 Subject: [PATCH 1/4] GMP doc: GET_REPORT_CONFIGS: remove ALERTS This is a copy paste error from GET_REPORT_FORMATS. GET_REPORT_CONFIGS does not send ALERTS. --- src/schema_formats/XML/GMP.xml.in | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/src/schema_formats/XML/GMP.xml.in b/src/schema_formats/XML/GMP.xml.in index 53d71da2b..4c660adfd 100644 --- a/src/schema_formats/XML/GMP.xml.in +++ b/src/schema_formats/XML/GMP.xml.in @@ -16519,7 +16519,6 @@ END:VCALENDAR user_tags report_format orphan - alerts param @@ -16659,36 +16658,6 @@ END:VCALENDAR boolean - - alerts - Alerts using the report config - - alert - - - alert - - - id - uuid - UUID of the alert - 1 - - name - permissions - - - name - Name of the alert - name - - - permissions - Permissions the user has on the alert - - - - param From f5a194e0a4c55405587404a3250e30be366f7a98 Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Wed, 21 Aug 2024 17:43:01 +0200 Subject: [PATCH 2/4] GMP doc: GET_REPORT_CONFIGS: move OPTIONS to right level --- src/schema_formats/XML/GMP.xml.in | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/schema_formats/XML/GMP.xml.in b/src/schema_formats/XML/GMP.xml.in index 4c660adfd..fc96ee67e 100644 --- a/src/schema_formats/XML/GMP.xml.in +++ b/src/schema_formats/XML/GMP.xml.in @@ -16665,6 +16665,7 @@ END:VCALENDAR type value default + options name @@ -16677,7 +16678,6 @@ END:VCALENDAR min max - options boolean integer @@ -16698,16 +16698,6 @@ END:VCALENDAR Maximum text - - options - Selection options - option - - option - Option value - text - - value @@ -16738,6 +16728,16 @@ END:VCALENDAR The fallback value of the param text + + options + Selection options + option + + option + Option value + text + + file From 9b2b090d7a6bb99281bea06345b651c631ea4260 Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Wed, 21 Aug 2024 21:28:42 +0200 Subject: [PATCH 3/4] GMP doc: GET_REPORT_CONFIGS: add REPORT_FORMAT to DEFAULT --- src/schema_formats/XML/GMP.xml.in | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/schema_formats/XML/GMP.xml.in b/src/schema_formats/XML/GMP.xml.in index fc96ee67e..dda911239 100644 --- a/src/schema_formats/XML/GMP.xml.in +++ b/src/schema_formats/XML/GMP.xml.in @@ -16726,7 +16726,27 @@ END:VCALENDAR default The fallback value of the param - text + + text + report_format + + + report_format + Report format info if type is report_format_list + + + id + uuid + 1 + + name + + + name + Name of the report format if available + text + + options From 2f693a48875e3d677abfcf8b8eff64bcaaee5962 Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Wed, 21 Aug 2024 21:32:48 +0200 Subject: [PATCH 4/4] GMP doc: GET_REPORT_CONFIGS: add attrib using_default to VALUE --- src/schema_formats/XML/GMP.xml.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/schema_formats/XML/GMP.xml.in b/src/schema_formats/XML/GMP.xml.in index dda911239..1db7d847d 100644 --- a/src/schema_formats/XML/GMP.xml.in +++ b/src/schema_formats/XML/GMP.xml.in @@ -16703,6 +16703,12 @@ END:VCALENDAR value The value of the param + + using_default + Whether this is the default value + boolean + 1 + report_format