markward / local_autogroup

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

DB changes not caught #20

Open bhaensel opened 5 years ago

bhaensel commented 5 years ago

I noticed that if I have an API event or if I manually change a custom user profile field in the UI, that will update the groups assigned using the auto group plugin. However, if I make a DB change or have a MySQL recurring event that runs a script to make a DB change, the groups are not updated.

Would you consider setting up a scheduled task to run to check if there were DB changes to the user profile fields that are linked to the auto groups?

-Ben Haensel, BlueSky Online School, MN

ak4t0sh commented 5 years ago

The official repository for local_autogroup is now : https://github.com/emmarichardson/local_autogroup/ You should create the issue in the corresponding bug tracker : https://github.com/emmarichardson/local_autogroup/issues