Bug fix for event_presenter query with Excel export
This commit is contained in:
@@ -307,6 +307,9 @@ def handle_get_obj_li(
|
||||
# This should be a dict list of fields with a list of values to search for using AND LIKE.
|
||||
and_like_dict_obj = None
|
||||
|
||||
# This should be a dict list of fields with a list of values to search for using OR LIKE.
|
||||
or_like_dict_obj = None
|
||||
|
||||
# This should be a dict list of fields with a list of values to search for using AND IN.
|
||||
and_in_dict_li_obj = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user