-
Improvement
-
Resolution: Fixed
-
Major
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
Users can can access their list of reports if $CFG->enablecustomreports is set (it is by default, MDL-73598) and they have any of the following capabilities:
- 'moodle/reportbuilder:editall',
- 'moodle/reportbuilder:edit',
- 'moodle/reportbuilder:view',
Relevant method: https://github.com/moodle/moodle/blob/9cd77c4130f55420f7f0b38d3c583a847c977b78/reportbuilder/classes/permission.php#L47-L53
However, without 'moodle/site:configview' there is no obvious way for them to navigate to their list of reports (note they can still access it if directly linked to the page)
In Workplace we use a custom launcher:
LMS should have a similar alternative (e.g. something on the user menu) that doesn't rely on granting access to view the admin tree to all users
From discussion with emiliolozano, sanderbangma & rafaellechugo (please update issue as you see fit, and/or to add clarification )
- has been marked as being related by
-
MDL-78705 Change process for users to access their custom reports (currently via user menu)
-
- Open
-