diff --git a/user/selector/module.js b/user/selector/module.js index 26a017ddf3f..8ecd5aa42f7 100644 --- a/user/selector/module.js +++ b/user/selector/module.js @@ -237,6 +237,7 @@ M.core_user.init_user_selector = function (Y, name, hash, extrafields, lastsearc option.set('disabled', true); } else if (selectedusers===true || selectedusers[userid]) { option.set('selected', true); + delete selectedusers[userid]; } else { option.set('selected', false); }