From 66a8d4582c3c07f5d91f314c8a00176b42ee5b27 Mon Sep 17 00:00:00 2001 From: Peter Ringelmann Date: Tue, 5 May 2026 14:30:01 +0200 Subject: [PATCH] fix(core): prompt for password once when installing recommended apps Wire the password-confirmation interceptors into the recommendedapps entry point and switch the installer to a single bulk enable call so the strict password confirmation on enableApps is satisfied. Fixes #60068 -e Signed-off-by: Peter Ringelmann --- core/src/components/setup/RecommendedApps.vue | 60 ++++++++++--------- core/src/recommendedapps.js | 4 ++ cypress/e2e/core-utils.ts | 27 +++++++++ cypress/e2e/core/setup.ts | 6 +- 4 files changed, 69 insertions(+), 28 deletions(-) diff --git a/core/src/components/setup/RecommendedApps.vue b/core/src/components/setup/RecommendedApps.vue index f2120c28402..22aae30ac73 100644 --- a/core/src/components/setup/RecommendedApps.vue +++ b/core/src/components/setup/RecommendedApps.vue @@ -58,9 +58,9 @@