-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MDL-82427 class alias usage for M4.5 filters fails validation. #321
Comments
We are having the exact same issue, thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Validation error: https://github.com/gjbarnard/moodle-filter_synhi/actions/runs/10983203114/job/30492304979#step:10:18 is caused because the validator is expecting filter_[pluginname] class located in filter/[pluginname]/filter.php
However this is now a class alias, please see: https://moodledev.io/docs/4.5/devupdate#filter-plugins:
and 'MDL-82427 core: Update namespace of core_filters classes' being https://git.moodle.org/gw?p=moodle.git;a=commit;h=16456220cd7457d1c2db373559827f55b382a832 which belongs to https://tracker.moodle.org/browse/MDL-82706.
Cheers,
Gareth
The text was updated successfully, but these errors were encountered: