switch user_with_me from list_optional to list for select2

This commit is contained in:
Alexander Meindl 2022-02-20 11:57:16 +01:00
parent 9d4c410e04
commit 5b5e2fd609

View File

@ -23,7 +23,7 @@ module Additionals
operators_by_filter_type[:global_user] = operators_by_filter_type[:list]
operators_by_filter_type[:principal] = operators_by_filter_type[:list_optional]
operators_by_filter_type[:user] = operators_by_filter_type[:list_optional]
operators_by_filter_type[:user_with_me] = operators_by_filter_type[:list_optional]
operators_by_filter_type[:user_with_me] = operators_by_filter_type[:list]
end
class_methods do