automation: don't pass help_url to view_lifecycle
This commit is contained in:
parent
afb98724d3
commit
434460dfc0
1 changed files with 1 additions and 2 deletions
|
@ -77,6 +77,5 @@ def automation_kick(automation_id: int) -> ResponseReturnValue:
|
|||
success_view="portal.automation.automation_list",
|
||||
success_message="This automation job will next run within 1 minute.",
|
||||
resource=automation,
|
||||
action="kick",
|
||||
**_SECTION_TEMPLATE_VARS
|
||||
action="kick"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue