oliviervalentin / moodle-mod_stickynotes

Sticky Notes is a Moodle activity for creating an interactive post-it wall. Students can create, move and vote for notes, under supervision of teacher which can define colors, lock fucntionnalities...
Other
4 stars 6 forks source link

Fix broken backup/restore #17

Closed reseaucanope closed 2 years ago

reseaucanope commented 2 years ago

Since the vote feature was added to the plugin, the backup crash every time. I fix this in this commit. Also, the backup and restore structures do not match, I fix that too. The backup/restore didn't work for me.

reseaucanope commented 2 years ago

Add a fix for the main index.php and the mod completion.

oliviervalentin commented 2 years ago

Hello Canopé ! Thanks for those fixes. Strangely : I also fixed the problem for backup and restore, since someone told me the same before you... Those modifications were added in the GitHub code ! I don't understand all this... Anyway, I added your modifications. Olivier