center-for-learning-management / moodle-local_edusupport

Plugin to manage a moodle based helpdesk
GNU General Public License v3.0
4 stars 3 forks source link

Course name of helpdesk mustn't be changed #13

Closed lassnj closed 4 years ago

lassnj commented 4 years ago

Managers should not have the possibility to edit the course name of the helpdesk course as this name is used for selecting the correct forum. If the manager removes the school name, users on more than one school wouldn't know where to post the issue.

rschrenk commented 4 years ago

The plugin prevents now the following capabilities: $capabilities = array( 'moodle/course:activityvisibility', 'moodle/course:changecategory', 'moodle/course:changefullname', 'moodle/course:changeidnumber', 'moodle/course:changeshortname', 'moodle/course:enrolconfig', 'moodle/course:manageactivities', 'moodle/course:delete', 'moodle/course:reset', 'moodle/course:visibility', 'moodle/restore:configure', 'moodle/restore:restorecourse', 'moodle/restore:restoresection', 'moodle/restore:viewautomatedfilearea', );