Fixes #1403 guest user is removed from selectize user list

This commit is contained in:
Matthieu Leproux
2021-05-07 10:42:26 +02:00
parent 8dfe65488f
commit 5792cf6307

View File

@@ -45,6 +45,10 @@ var usersCache = new UsersCache({
});
usersCache.selectize(jQuery('select.UserSearch'));
{* Removes the 'gest' user from the list *}
jQuery('select.UserSearch')[0].selectize.removeOption(2);
{* temporary fix for #1283 (end) *}
{/footer_script}