Details
Description
When editing a course's groups (group/index.php), the breadcrumb navigation is missing some information if you navigate back to it from the add/remove users interface (groups/members.php)
Steps to reproduce:
- Log in as admin to a moodle website, make sure it has at least one group
- Navigate to Admin/Users/Groups (the groups/index.php page)
- The breadcrumb should display as Course/Users/Groups
- Select a group and click the 'Add/Remove Users' button
- Click the 'Back to Groups' button
- The breadcrumb now shows 'Course' only, which is incorrect
- The breadcrumb should show Course/Users/Groups, just like the first time index.php was accessed