PublishedLink
Korrektur der Methode zum Speichern von LinkAttributen 2. Versuch git-svn-id: https://svn.libreccm.org/ccm/trunk@874 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
418544f2d5
commit
9753a2b101
|
|
@ -156,7 +156,8 @@ class PublishedLink extends DomainObject {
|
||||||
while (coll.next()) {
|
while (coll.next()) {
|
||||||
|
|
||||||
DataObject linkObj = coll.getDataObject();
|
DataObject linkObj = coll.getDataObject();
|
||||||
if (linkTarget.getID() == link.getLinkTarget().getID()) {
|
|
||||||
|
if (linkTarget.getOID().equals(((DataObject) linkObj.getOID().get(propertyName)).getOID())) {
|
||||||
link.saveLinkAttributes(linkObj);
|
link.saveLinkAttributes(linkObj);
|
||||||
coll.close();
|
coll.close();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue