Bug fix for event_presenter query with Excel export

This commit is contained in:
Scott Idem
2024-06-24 16:31:42 -04:00
parent c08cffecd4
commit aa3033e1f4
2 changed files with 15 additions and 2 deletions

View File

@@ -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