Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
5.4.1
-
None
-
Unknown
-
Description
For example you can reproduce that by copying between wikis a document contains an object with a class that does not exist on target wiki.
The only way to fix it properly is to refactor BaseObject to contains the BaseClass it's been created from instead of just the class reference.
This is not too critical with the bulletproofing added by XWIKI-10079 but still not very nice since the class may still not exist when loading the history or the class could have changed a lot.
Attachments
Issue Links
- is related to
-
XWIKI-10079 XWikiDocument#fromXML fail to parse history of a document saved before the xclasses it depends on
- Closed