KEYCLOAK-1270 fix
This commit is contained in:
parent
3a9ac80786
commit
a13a02c995
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ public class ClientsResource {
|
|||
rep.add(ModelToRepresentation.toRepresentation(clientModel));
|
||||
} else {
|
||||
ClientRepresentation client = new ClientRepresentation();
|
||||
client.setId(clientModel.getId());
|
||||
client.setClientId(clientModel.getClientId());
|
||||
rep.add(client);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue