fix(bridgeconf): fix view_lifecycle params on destroy
This commit is contained in:
parent
bdee43b78c
commit
6df0083842
1 changed files with 2 additions and 2 deletions
|
@ -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
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue