Deliver centralized role management feature
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / service / EPLeftMenuServiceImpl.java
index 9158e99..f24ab87 100644 (file)
@@ -73,7 +73,7 @@ public class EPLeftMenuServiceImpl implements EPLeftMenuService {
                // be revised as Account Administrator may become obsolete
                try {
                        if (user != null) {
-                               UserRoles uRoles = appService.getUserProfileNormalized(user);
+                               UserRoles uRoles = appService.getUserProfileNormalizedForLeftMenu(user);
                                if (uRoles.getRoles().contains("Account Administrator"))
                                        loadAccAdminNavMap(defaultNavMap);
                        }