Skip to content

Commit

Permalink
Fixed default report type option in API Requests/Session History reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbaybay committed Jan 16, 2025
1 parent 62450a6 commit cf3a728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reports/apirequests-report-form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{ id: 'audit', value: "Audit"|trans },
{ id: 'debug', value: "Debug"|trans },
] %}
{{ inline.dropdown("type", "single", title, "audit", options, "id", "value", helpText) }}
{{ inline.dropdown("type", "single", title, "requests", options, "id", "value", helpText) }}

<div class="w-100">
<a id="applyBtn" class="btn btn-success">
Expand Down
2 changes: 1 addition & 1 deletion reports/sessionhistory-report-form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
{ id: 'debug', value: "Debug"|trans },
{ id: 'sessions', value: "Sessions"|trans },
] %}
{{ inline.dropdown("type", "single", title, "audit", options, "id", "value", helpText) }}
{{ inline.dropdown("type", "single", title, "sessions", options, "id", "value", helpText) }}

<div class="w-100">
<a id="applyBtn" class="btn btn-success">
Expand Down

0 comments on commit cf3a728

Please sign in to comment.