Closed lucaboesch closed 2 years ago
Hi Roger
I built in the activity dates. Besides, you probably want to undo the handling of Moodle < 4.0 versions in https://github.com/rogerbaba/moodle-mod_groupselect/commit/6f5bc2d50bfdb3ebe2a2a0755a68b6678039247b because of what’s explained here https://github.com/ndunand/moodle-mod_choicegroup/issues/172. It creates an incompability with 3.11 and earlier. I fixed this with that pull request, too, using this trick here https://github.com/ndunand/moodle-mod_choicegroup/blob/master/lib.php#L54. As you see, the Github actions do pass with Moodle 3.11, 4.0 and master.
Best, Luca
I'll create a new pull request for better comparability and GitHub Actions.
Hi Roger
I built in the activity dates. Besides, you probably want to undo the handling of Moodle < 4.0 versions in https://github.com/rogerbaba/moodle-mod_groupselect/commit/6f5bc2d50bfdb3ebe2a2a0755a68b6678039247b because of what’s explained here https://github.com/ndunand/moodle-mod_choicegroup/issues/172. It creates an incompability with 3.11 and earlier. I fixed this with that pull request, too, using this trick here https://github.com/ndunand/moodle-mod_choicegroup/blob/master/lib.php#L54. As you see, the Github actions do pass with Moodle 3.11, 4.0 and master.
Best, Luca