Skip to content

Commit

Permalink
Update function execution from console to be async
Browse files Browse the repository at this point in the history
Before 1.0.x, function executions were async by default. This ensures
executions starting 1.0.x are still async.
  • Loading branch information
stnguyen90 committed Sep 28, 2022
1 parent 3bbbca8 commit 3f9a3f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/console/functions/function.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,8 @@ sort($patterns);
data-failure-param-alert-text="Failed to execute function"
data-failure-param-alert-classname="error">

<input name="async" data-cast-to="bool" value="true" type="hidden" />

<label for="execution-data">Custom Data</label>
<textarea id="execution-data" name="data" autocomplete="off" class="margin-bottom" placeholder="Data string (optional)"></textarea>

Expand Down

0 comments on commit 3f9a3f7

Please sign in to comment.