Our Moodle version: 3.3
We want our teachers to be able to change the category of their course. So far, the pulldown menu in course settings only shows the current category.
Tracker MDL-34389 (fixed) mentions the possibility to change sub-category, but it would be great if teachers could put their course in every other category, even at the top level.
In the comment of tracker MDL-63166 is specified that users need 'moodle/course:changecategory' permissions at category level as well.
In order to test this, I created a custom role, based on teacher role, which can be assigned in the category context. Course:changecategory is permitted.
I assigned this custom role to a specific user in two different top level categories.
However, the pulldown menu in course settings still shows only the current category (there aren't sub-categories here).
The only way I found to enable teachers to change the category of their course was to allow moodle/course:create, but we would prefer not to allow this.
Are there any other options?