LdesignMedia / moodle-local_commander

Quick navigation - local plugin for Moodle 3.x
https://ldesignmedia.nl
GNU General Public License v3.0
6 stars 2 forks source link

Groupings and group overview pages not reachable by the commander #15

Closed izendegi closed 10 months ago

izendegi commented 1 year ago

Hi,

I've detected that there are two pages of a course group management that are not showing in the commander: Groupings --> yourmoodlesite/group/groupings.php?id=123456 Group overview --> yourmoodlesite/group/overview.php?id=123456

luukverhoeven commented 1 year ago

@izendegi Thanks for identifying the issue. Are you working with Moodle 4.1 or 4.2? It seems there's a problem with retrieving all the navigation items, as they've been moved to dropdown menus.

izendegi commented 1 year ago

Indeed @luukverhoeven , we've detected it on Moodle 4.2

luukverhoeven commented 10 months ago

@izendegi, support for this feature has been added in the following branch: https://github.com/LdesignMedia/moodle-local_commander/tree/15-groupings-and-group-overview-pages-not-reachable-by-the-commander.

Could you please check if it functions as expected?

izendegi commented 10 months ago

It works like a charm, thank you @luukverhoeven for this great plugin!

luukverhoeven commented 10 months ago

@izendegi, thank you for your review. We will merge these changes into the main branch and update the latest version on Moodle.org.