From 3f9a3f72c8040e76e61bb950d40e8b26ec7cb26a Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Tue, 27 Sep 2022 20:24:27 +0000 Subject: [PATCH] Update function execution from console to be async Before 1.0.x, function executions were async by default. This ensures executions starting 1.0.x are still async. --- app/views/console/functions/function.phtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/console/functions/function.phtml b/app/views/console/functions/function.phtml index 80806fed56..004e0e6db9 100644 --- a/app/views/console/functions/function.phtml +++ b/app/views/console/functions/function.phtml @@ -841,6 +841,8 @@ sort($patterns); data-failure-param-alert-text="Failed to execute function" data-failure-param-alert-classname="error"> + +