You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic looking at unsaved changes causes failure when navigating away from the profiler page.
Navigate to the profiler
Navigate away from the profiler
Observe stack trace
Traceback (most recent call last):
File "/usr/lib64/python3.11/site-packages/fapolicy_analyzer/ui/main_window.py", line 479, in on_configAdminMenu_activate
self.__pack_main_content(router(PAGE_SELECTION.CONFIG))
File "/usr/lib64/python3.11/site-packages/fapolicy_analyzer/ui/main_window.py", line 180, in __pack_main_content
if hasattr(self.__page, "_unsaved_changes") and self.__page._unsaved_changes:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/events/events.py", line 93, in __getattr__
raise EventsException("Event '%s' is not declared" % name)
events.events.EventsException: Event '_unsaved_changes' is not declared
The logic looking at unsaved changes causes failure when navigating away from the profiler page.
main_window.py", line 180
ht: #916 (reply in thread)
#921
The text was updated successfully, but these errors were encountered: