Skip to content

Commit

Permalink
report selector
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Jul 17, 2023
1 parent 6c616b2 commit dfeaf6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
release-at-moodle-org:
runs-on: ubuntu-latest
env:
PLUGIN: report/payments
PLUGIN: report_payments
CURL: curl -s
ENDPOINT: https://moodle.org/webservice/rest/server.php
TOKEN: ${{ secrets.MOODLE_ORG_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,7 @@
$report->set_filter_values(['payment:name_values' => $filter]);
}
echo $OUTPUT->header();
$pluginname = get_string('pluginname', 'report_payments');
\core\report_helper::print_report_selector($pluginname);
echo $report->output();
echo $OUTPUT->footer();

0 comments on commit dfeaf6c

Please sign in to comment.