Merge pull request #13405 from yak1ex/fix_multiple_actions_in_an_action_module_do_not_work_as_intended

fix: Multiple actions in an action module do not work as intended.
This commit is contained in:
Tim Jaeryang Baek
2025-05-02 03:06:05 -07:00
committed by GitHub

View File

@@ -203,6 +203,7 @@ async def get_all_models(request, user: UserModel = None):
else:
function_module, _, _ = load_function_module_by_id(function_id)
request.app.state.FUNCTIONS[function_id] = function_module
return function_module
for model in models:
action_ids = [