elearningsoftware / moodle-mod_journal

The Moodle journal module for moodle 2.0+
https://moodle.org/plugins/view.php?plugin=mod_journal
16 stars 34 forks source link

Receiving 'noentriesmanagers' exception when accessing report's page #96

Open hdaa opened 1 year ago

hdaa commented 1 year ago

When I try to see my students journal entries, I receive a 'noentriesmanagers' exception. This is happening in all journal of the same course. I don't have problems in other courses. I use the same user login to configure all journal instances.

adrian-sarmas commented 10 months ago

@hdaa This is happening when there is no user enrolled in that course that has the "mod/journal:manageentries" capability. This is usually the teacher. The quick workaround for this is to enrol in this course a user with "mod/journal:manageentries" capability.

I'll leave this open for a future update of the plugin.