catalyst / moodle-metadataextractor_tika

Metadata API subplugin for extracting metadata from Moodle files using Apache Tika.
0 stars 0 forks source link

Change config settings to be saved in config_plugins table instead of config table #3

Closed kristian-94 closed 4 years ago

kristian-94 commented 4 years ago

Storing the config settings for the plugin in the main config table seems wrong, they probably should use the same convention as for example datacleaner sub plugins that get their settings saved in the config_plugins table.

https://github.com/catalyst/moodle-local_datacleaner/blob/master/cleaner/delete_users/settings.php#L30

tomdickman commented 4 years ago

Resolved in #6