catalyst / moodle-tool_abconfig

A way to A/B test config, or slowly turn on config for certain audiences or % of traffic
https://moodle.org/plugins/tool_abconfig
6 stars 5 forks source link

Hooks implementation missing the during_initial_install handling #69

Open aspark21 opened 1 week ago

aspark21 commented 1 week ago

The implementation in #66 results in the issue #68 because during_initial_install isn't handled

https://moodledev.io/docs/4.4/apis/core/hooks#example-of-hook-callback-registration

leonstr commented 4 days ago

Proposed fix in PR #70 .