Repair Portal user-role assignment
[portal.git] / ecomp-portal-BE-common / src / main / java / org / openecomp / portalapp / portal / service / UserRolesCommonServiceImpl.java
index 110bf2e..f5bdca7 100644 (file)
@@ -1552,7 +1552,7 @@ public class UserRolesCommonServiceImpl {
 
        protected EPUser getUser(String userId, EPApp app, ApplicationsRestClientService applicationsRestClientService)
                        throws HTTPException {
-               return applicationsRestClientService.get(EPUser.class, app.getId(), String.format("/user/%s", userId));
+               return applicationsRestClientService.get(EPUser.class, app.getId(), String.format("/user/%s", userId), true);
 
        }