emmarichardson / local_autogroup

A local plugin for Moodle 2.7 onwards which handles the dynamic creation, population and cleanup of groups on courses.
6 stars 19 forks source link

New group fields in 4.3 #50

Open emmarichardson opened 1 year ago

emmarichardson commented 1 year ago

Getting the following error in 4.3...Fields list in snapshot record does not match fields list in 'groups'. Record is missing fields: visibility, participation. 4.3 has added two new fields to the groups table. I have tried adding the missing fields to both domain/group and autogroup_set but error persists. It does not seem to affect the functionality. @ak4t0sh do you have time to see if you can come up with a fix?

ak4t0sh commented 12 months ago

I do not think I'll have time to work on it soon but if a PR is done I think I could check on it. FYI this field has been introduce in 4.2 : https://github.com/moodle/moodle/blob/main/group/upgrade.txt

emmarichardson commented 12 months ago

Yeah, I skipped 4.2 altogether - still haven't upgraded to 4.3 but getting close to thinking about it! Thanks for letting me know.