-
Bug
-
Resolution: Fixed
-
Minor
-
2.4.1, 2.8.7, 2.9.1, 3.0
-
MOODLE_24_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
After reviewing https://moodle.org/plugins/view.php?plugin=quizaccess_honestycheck I realized there does not appear to be a way to remove access rule addons via the Moodle UI. Typically plugins provide a way to be removed. For example, consider the assignment submission plugins that provide mod/assign/adminmanageplugins.php?subtype=assignsubmission. I would expect something similar to allow for hiding a rule, managing any possible settings, and ultimately deleting the plugin.
I suspect currently the expected practice would simply be to remove the code; however, the quizaccess_honesty table would remain in the database (which is not necessarily a problem if you want to provide a soft delete of the addon) but I would expect the table's data to be cleaned up.
What is the ideal way for administering access rules? Would a site administration -> plugins page be helpful?
Peace - Anthony