Details
-
Bug
-
Resolution: Fixed
-
Major
-
4.4.1
-
Unknown
-
N/A
-
N/A
-
Description
The method
public void setOwnerDocument(XWikiDocument ownerDocument) { this.ownerDocument = ownerDocument; if (ownerDocument != null && isValueDirty) { ownerDocument.setContentDirty(true); } }
from "BaseProperty.java" marks the content as dirty even though you only update a property.
Attachments
Issue Links
- relates to
-
XNSUPPORT-464 Loading...