catalyst / moodle-tool_cloudmetrics

Realtime metrics for Moodle
https://moodle.org/plugins/tool_cloudmetrics
GNU General Public License v3.0
0 stars 3 forks source link

Enable / Disable function (eye icon) of the main setting page does not work for custom metrics #172

Closed josepico01 closed 2 months ago

josepico01 commented 2 months ago

The required param for the name of the metric has been set as a plugin type (PARAM_PLUGIN ) when validating the param type around Line 32 . This ends up throwing an error when a custom metric is disabled/enabled from this page.

Ideally, the plugin should handle metric names in different formats from this settings page as well.