From 15531450fd5849561254d1e0526b5a149e3d21f5 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Wed, 15 Dec 2021 15:56:29 -0300 Subject: [PATCH] [web] improvement: not displaying a confirmation dialog for the custom action 'Install Web Application' --- bauh/gems/web/controller.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bauh/gems/web/controller.py b/bauh/gems/web/controller.py index c7bf7c65..4b3929f3 100644 --- a/bauh/gems/web/controller.py +++ b/bauh/gems/web/controller.py @@ -1164,7 +1164,8 @@ class WebApplicationManager(SoftwareManager): manager_method='install_app', icon_path=resource.get_path('img/web.svg', ROOT_DIR), requires_root=False, - refresh=True), + refresh=True, + requires_confirmation=False), CustomSoftwareAction(i18n_label_key='web.custom_action.clean_env', i18n_status_key='web.custom_action.clean_env.status', manager=self,