MDL-81951 communication_matrix: Fix suspended users ignored bug

This commit is contained in:
David Woloszyn 2024-06-04 11:47:44 +10:00 committed by Jenkins
parent 90c1a7613c
commit 9658ba6710
5 changed files with 191 additions and 7 deletions

View file

@ -0,0 +1,7 @@
issueNumber: MDL-81951
notes:
core_communication:
- message: >-
The get_enrolled_users_for_course() method now accepts an additional
argument that can filter only active enrolments.
type: changed