moodle-plugin-ci icon indicating copy to clipboard operation
moodle-plugin-ci copied to clipboard

MDL-82427 class alias usage for M4.5 filters fails validation.

Open gjb2048 opened this issue 1 year ago • 1 comments

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

Screenshot 2024-09-22 190143

However this is now a class alias, please see: https://moodledev.io/docs/4.5/devupdate#filter-plugins:

Screenshot 2024-09-22 190255

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

gjb2048 avatar Sep 22 '24 18:09 gjb2048