learnweb / moodle-mod_moodleoverflow

:speech_balloon: Non-linear discussion module for Q&A forums
GNU General Public License v3.0
12 stars 22 forks source link

Bugfix/settingsreset #179

Closed TamaroWalter closed 3 months ago

TamaroWalter commented 6 months ago

Issue: #177 Found problem: While importing a course into another, moodle uses the backup-functions from a module. The stepslib in moodleoverflow defines, which columns of a datatable are being backed-up. In that definition some columns of moodleoverflow table where missing, including the grademax and anonymous setting.

Solution: Adding the columns to the backup-function. After that the anonymous and grademax settings functions as they should