From 42bf782c6ad8e5330f71dfe035e6133acd1f5f13 Mon Sep 17 00:00:00 2001 From: djmaze Date: Thu, 11 Nov 2021 23:22:04 +0100 Subject: [PATCH] When switching to additional account fails, show account update screen --- dev/View/User/SystemDropDown.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev/View/User/SystemDropDown.js b/dev/View/User/SystemDropDown.js index 22112015d..4c986a40a 100644 --- a/dev/View/User/SystemDropDown.js +++ b/dev/View/User/SystemDropDown.js @@ -56,6 +56,9 @@ export class SystemDropDownUserView extends AbstractViewRight { if (iError) { AccountUserStore.loading(false); alert(getNotification(iError).replace('%EMAIL%', account.email)); + if (account.canBeEdit()) { + showScreenPopup(AccountPopupView, [account]); + } } else { // This does not work yet // rl.setData(oData.Result);