danmarsden / moodle-mod_dialogue

Dialogue Module for Moodle
27 stars 35 forks source link

Cannot remove participants from a draft conversation #92

Closed danmarsden closed 3 years ago

danmarsden commented 3 years ago

If you add a number of people to a conversation and then save it as a draft, when returning to edit that draft if you want to remove a participant from the list this does not work.

the "save_participants" function only handles adding users/not removing them. https://github.com/danmarsden/moodle-mod_dialogue/blob/MOODLE_311_STABLE/classes/conversation.php#L617