fix(bridgeconf): fix view_lifecycle params on destroy

This commit is contained in:
Iain Learmonth 2023-01-21 14:49:57 +00:00
parent bdee43b78c
commit 6df0083842

View file

@ -126,7 +126,7 @@ def bridgeconf_destroy(bridgeconf_id: int) -> ResponseReturnValue:
message=bridgeconf.description, message=bridgeconf.description,
success_view="portal.bridgeconf.bridgeconf_list", success_view="portal.bridgeconf.bridgeconf_list",
success_message="All bridges from the destroyed configuration will shortly be destroyed at their providers.", success_message="All bridges from the destroyed configuration will shortly be destroyed at their providers.",
section="bridgeconf",
resource=bridgeconf, resource=bridgeconf,
action="destroy", action="destroy"
**_SECTION_TEMPLATE_VARS
) )