adjust filter for no support event

This commit is contained in:
2025-08-22 11:47:41 +02:00
parent 54368e535e
commit 34b0ea41e5

View File

@@ -262,7 +262,7 @@ class ManagementMenu:
self.prompt.exec_menu(event_list_options) self.prompt.exec_menu(event_list_options)
def event_no_support(self): def event_no_support(self):
self.event_tools.filter("support_id", "NULL") self.event_tools.filter("support_id", None)
def event_menu(self): def event_menu(self):
event_options = {"List": self.event_list, event_options = {"List": self.event_list,