Skip to content
Snippets Groups Projects
Commit fbcb3dc6 authored by felmer's avatar felmer
Browse files

bug concerning lost display settings fixed

SVN: 13065
parent 1c6a9398
No related branches found
No related tags found
No related merge requests found
......@@ -270,6 +270,8 @@ public abstract class AbstractServer<T extends IServer> extends AbstractServiceW
// need to transform session because it contains PersonPE and is transfered to DSS
final Session transformedSession =
HibernateTransformer.HIBERNATE_BEAN_REPLICATOR.get().copy(session);
transformedSession.tryGetPerson().setDisplaySettings(
session.tryGetPerson().getDisplaySettings());
return transformedSession;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment