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);