return output of execute action

This commit is contained in:
Jakub Trllo 2025-08-21 16:17:18 +02:00
parent b5ab3d3380
commit 39dc54b09e

View file

@ -503,10 +503,10 @@ class LoaderActionsContext:
entity_type: EntityType,
selection: LoaderActionSelection,
attribute_values: dict[str, Any],
) -> None:
) -> Optional[LoaderActionResult]:
plugins_by_id = self._get_plugins()
plugin = plugins_by_id[plugin_identifier]
plugin.execute_action(
return plugin.execute_action(
action_identifier,
entity_ids,
entity_type,