diff --git a/app/portal/bridgeconf.py b/app/portal/bridgeconf.py index 1b6d697..5cef81e 100644 --- a/app/portal/bridgeconf.py +++ b/app/portal/bridgeconf.py @@ -126,7 +126,7 @@ def bridgeconf_destroy(bridgeconf_id: int) -> ResponseReturnValue: message=bridgeconf.description, success_view="portal.bridgeconf.bridgeconf_list", success_message="All bridges from the destroyed configuration will shortly be destroyed at their providers.", + section="bridgeconf", resource=bridgeconf, - action="destroy", - **_SECTION_TEMPLATE_VARS + action="destroy" )