parent
60d4c15a79
commit
e33bf39055
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ public class ComponentResource {
|
|||
try {
|
||||
return ModelToRepresentation.toRepresentation(session, component, false);
|
||||
} catch (Exception e) {
|
||||
logger.error("Failed to get component list for component model" + component.getName() + "of realm " + realm.getName());
|
||||
logger.error("Failed to get component list for component model " + component.getName() + " of realm " + realm.getName());
|
||||
return ModelToRepresentation.toRepresentationWithoutConfig(component);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue