Skip to content
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

Missing implementation of core_userlist_provider in mod_jazzquiz Privacy API provider #136

Open
agaranin opened this issue Dec 6, 2024 · 1 comment
Assignees

Comments

@agaranin
Copy link

agaranin commented Dec 6, 2024

The plugin mod_jazzquiz does not implement the core_userlist_provider interface required by the Privacy API. This causes tests to fail and may prevent compliance with GDPR requirements.

Observe the following test failure:

core_privacy\privacy\provider_test::test_userdata_provider_implements_userlist with data set ""mod_jazzquiz"" ('mod_jazzquiz', 'mod_jazzquiz\privacy\provider')
Failed asserting that false is true.

/var/www/site/privacy/tests/privacy/provider_test.php:213
/var/www/site/lib/phpunit/classes/advanced_testcase.php:80"
@sebastsg
Copy link
Member

sebastsg commented Dec 6, 2024

Thanks for submitting this issue. We'll try to get this implemented with the next release.

@sebastsg sebastsg self-assigned this Dec 6, 2024
agaranin pushed a commit to catalyst-ca/moodle-mod_jazzquiz that referenced this issue Dec 6, 2024
niko-hoogeveen added a commit to catalyst-ca/moodle-mod_jazzquiz that referenced this issue Dec 6, 2024
Issue KQMATH#136: Missing implementation of core_userlist_provider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants