Skip to content
Snippets Groups Projects
Commit fae7d159 authored by jakubs's avatar jakubs
Browse files

SP-651 BIS-422 user settings are saved with a popup

SVN: 29247
parent db770f11
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ public final class PersonDAO extends AbstractGenericEntityDAO<PersonPE> implemen
{
person.getPersonDisplaySettings().setId(person.getId());
}
template.update(person.getPersonDisplaySettings());
template.merge(person.getPersonDisplaySettings()); // cannot be update - look below
}
template.merge(person); // WORKAROUND update cannot be used - see LMS-1603
template.flush();
......
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