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

Issue #166: Fix callback to pick up custom metrics from third party plugins #167

Closed josepico01 closed 4 months ago

josepico01 commented 4 months ago

This fix will allow the tool_cloudmetrics to recognised custom metrics from third party plugins where a function with the suffix metrics is declared inside thelib.php file.

brendanheywood commented 4 months ago

This should ideally also get coverted to the new hook api

josepico01 commented 4 months ago

Thanks for the speedy response on this one @brendanheywood