From 5b5e2fd609406224caf685640597922e42112aa6 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Sun, 20 Feb 2022 11:57:16 +0100 Subject: [PATCH] switch user_with_me from list_optional to list for select2 --- lib/additionals/patches/query_patch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/additionals/patches/query_patch.rb b/lib/additionals/patches/query_patch.rb index 5e1dd101..c02dd21c 100644 --- a/lib/additionals/patches/query_patch.rb +++ b/lib/additionals/patches/query_patch.rb @@ -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