Files
Harry 284878ec5a fix: handle exception in dynamic select options when trigger is not registered
When using dynamic select options in tools/models, the plugin executor
tries to get a trigger event handler even if no trigger is registered.
This caused an unhandled exception that broke the dynamic select
functionality.

Added try-except block to get_trigger_event_handler_safely() to catch
and log any exceptions, returning None instead of propagating the error.
2026-01-12 17:44:53 +08:00
..
2024-09-11 16:19:46 +08:00