[KEYCLOAK-4340] - Exporting authorization settings is updating policies with wrong data
This commit is contained in:
parent
57c74e3f39
commit
c705a8ffc8
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ public class ModelToRepresentation {
|
|||
representation.setType(model.getType());
|
||||
representation.setDecisionStrategy(model.getDecisionStrategy());
|
||||
representation.setLogic(model.getLogic());
|
||||
representation.setConfig(model.getConfig());
|
||||
representation.setConfig(new HashMap<>(model.getConfig()));
|
||||
|
||||
return representation;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue