Skip to content
Snippets Groups Projects
Commit e5d7b826 authored by Mounir Nayab's avatar Mounir Nayab Committed by Hicham Barhoumi
Browse files

[FENIX-86] add siteCode to allowed keys

parent da9e5883
No related branches found
No related tags found
1 merge request!1Feature/design/1
......@@ -182,7 +182,7 @@ public class UserExternalService extends AbstractResourceClientService<UserDto,
@Override
protected Collection<String> getAllowedKeys() {
return Arrays.asList("id", "lastname", "firstname", "identifier", "groupId", "language", "email", "otp",
"subrogeable", "phone", "mobile", "lastConnection", "status", "level", TYPE_KEY, CUSTOMER_ID_KEY);
"subrogeable", "phone", "mobile", "lastConnection", "status", "level", TYPE_KEY, CUSTOMER_ID_KEY, "siteCode");
}
@Override
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment