-
New Feature
-
Resolution: Fixed
-
Minor
-
4.0.1, 4.0.2
-
MOODLE_400_STABLE
-
MOODLE_401_STABLE
-
-
WP 4.0 SP7
Web Service to indicate that a report was viewed by someone
core_reportbuilder_reports_view($reportid)
Parameters: reportid (the report id obtained from the WS used to list reports)
// Trigger report viewed event.
report_viewed::create_from_object($report->get_report_persistent())->trigger();
Returns:
'status' => new external_value(PARAM_BOOL, 'status: true if success'),
'warnings' => new external_warnings()
- blocks
-
MOBILE-4077 Support user custom reports
- Closed