catalyst / moodle-mod_facetoface

Facetoface Module for Moodle 2.0 and above
https://moodle.org/plugins/view/mod_facetoface
GNU General Public License v3.0
6 stars 51 forks source link

Adding attendees manually searches all users #98

Closed alexmorrisnz closed 2 years ago

alexmorrisnz commented 2 years ago

When a teacher tries to add/remove attendees manually, instead of searching enrolled students only, the system searches through all users in the database. We've ran into an issue where we have a large number of users (150k+) and many share the same name, teachers are adding unrelated users into sessions. Consequently the users are also enrolled into the course.

alexmorrisnz commented 2 years ago

Fix in #95