Korrektur für Publizieren der Assoziation GenericPersonBundle <-> GenericContactBundle
git-svn-id: https://svn.libreccm.org/ccm/trunk@1555 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
78057f06a3
commit
303a40d5dc
|
|
@ -119,10 +119,10 @@ public class GenericPersonBundle
|
|||
if (liveContact != null) {
|
||||
final DataObject link = add(CONTACTS, liveContact);
|
||||
|
||||
link.set(GenericPersonContactCollection.CONTACTS_KEY, contacts.get(
|
||||
CONTACTS_KEY));
|
||||
link.set(GenericPersonContactCollection.CONTACTS_ORDER,
|
||||
contacts.get(CONTACTS_ORDER));
|
||||
link.set(CONTACTS_KEY,
|
||||
contacts.get(GenericPersonContactCollection.CONTACTS_KEY));
|
||||
link.set(CONTACTS_ORDER,
|
||||
contacts.get(GenericPersonContactCollection.CONTACTS_ORDER));
|
||||
|
||||
link.save();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue