Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GMP doc: update GET_REPORT_CONFIGS #2285

Merged
merged 4 commits into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 37 additions & 42 deletions src/schema_formats/XML/GMP.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -16519,7 +16519,6 @@ END:VCALENDAR
<o><e>user_tags</e></o>
<e>report_format</e>
<o><e>orphan</e></o>
<o><e>alerts</e></o>
<any><e>param</e></any>
</pattern>
<ele>
Expand Down Expand Up @@ -16659,43 +16658,14 @@ END:VCALENDAR
<t>boolean</t>
</pattern>
</ele>
<ele>
<name>alerts</name>
<summary>Alerts using the report config</summary>
<pattern>
<any><e>alert</e></any>
</pattern>
<ele>
<name>alert</name>
<pattern>
<attrib>
<name>id</name>
<type>uuid</type>
<summary>UUID of the alert</summary>
<required>1</required>
</attrib>
<e>name</e>
<o><e>permissions</e></o>
</pattern>
<ele>
<name>name</name>
<summary>Name of the alert</summary>
<pattern><t>name</t></pattern>
</ele>
<ele>
<name>permissions</name>
<summary>Permissions the user has on the alert</summary>
<pattern></pattern>
</ele>
</ele>
</ele>
<ele>
<name>param</name>
<pattern>
<e>name</e>
<e>type</e>
<e>value</e>
<e>default</e>
<o><e>options</e></o>
</pattern>
<ele>
<name>name</name>
Expand All @@ -16708,7 +16678,6 @@ END:VCALENDAR
<pattern>
<o><e>min</e></o>
<o><e>max</e></o>
<o><e>options</e></o>
<alts>
<alt>boolean</alt>
<alt>integer</alt>
Expand All @@ -16729,21 +16698,42 @@ END:VCALENDAR
<summary>Maximum</summary>
<pattern>text</pattern>
</ele>
</ele>
<ele>
<name>value</name>
<summary>The value of the param</summary>
<pattern>
<attrib>
<name>using_default</name>
<summary>Whether this is the default value</summary>
<type>boolean</type>
<required>1</required>
</attrib>
<any><e>report_format</e></any>
</pattern>
<ele>
<name>options</name>
<summary>Selection options</summary>
<pattern><any><e>option</e></any></pattern>
<name>report_format</name>
<summary>Report format info if type is report_format_list</summary>
<pattern>
<attrib>
<name>id</name>
<type>uuid</type>
<required>1</required>
</attrib>
<e>name</e>
</pattern>
<ele>
<name>option</name>
<summary>Option value</summary>
<name>name</name>
<summary>Name of the report format if available</summary>
<pattern>text</pattern>
</ele>
</ele>
</ele>
<ele>
<name>value</name>
<summary>The value of the param</summary>
<name>default</name>
<summary>The fallback value of the param</summary>
<pattern>
text
<any><e>report_format</e></any>
</pattern>
<ele>
Expand All @@ -16765,9 +16755,14 @@ END:VCALENDAR
</ele>
</ele>
<ele>
<name>default</name>
<summary>The fallback value of the param</summary>
<pattern>text</pattern>
<name>options</name>
<summary>Selection options</summary>
<pattern><any><e>option</e></any></pattern>
<ele>
<name>option</name>
<summary>Option value</summary>
<pattern>text</pattern>
</ele>
</ele>
</ele>
<ele>
Expand Down
Loading