-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
MDL-74080-master -
-
Moppies Kanban
Steps to reproduce:
- Create a new user and give them 'Course creator' role at one of the categories.
- Log in as the new user and go to My courses page.
- The user should see 'Create new course' link behind the 'No courses' text.
We are usingĀ core_course_category::user_top() to check whether the user has course management permission at any of the categories. At MDL-73549 a new get_nearest_editable_subcategory function has been created, and we should use it to decide whether to show or not to show the link to create new courses.
But the current behavior is that this is working when the user has permission at site level only.
- is blocked by
-
MDL-73549 Users with course management or creation permission at category level should see 'Manage courses' or 'New course' on My courses page
-
- Closed
-