-
Improvement
-
Resolution: Fixed
-
Minor
-
4.2.1
-
MOODLE_402_STABLE
-
MOODLE_403_STABLE
-
- Covered by automated tests (PHPUnit)
-
WP Sprint 2023-I3.0 (Clones), WP Sprint 2023-I3.1 (Clones)
This is a follow-up of MDL-78532, I think it would be worth it to create another one (core_reportbuilder_can_view_system_report) just performing the permissions check:
$report = system_report_factory::create($source, $context, $component, $area, $itemid, $parameters);
$canview = $report->can_view();
We might need this to allow external systems, such as the mobile app, to display links to reports a user does not have permission to see.
- has a non-specific relationship to
-
MDL-78532 Create a new Web Service to retrieve system reports (core_reportbuilder_retrieve_system_report)
-
- Closed
-