Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2.4
-
Unknown
-
N/A
-
N/A
-
Description
The OfficeImporterResults has the following code:
#set($target=$targetDescriptor.pageNameAsString)
#set($parent=$targetDescriptor.parentNameAsString)
but the api changed and it should be:
#set($target=$targetDescriptor.getDocumentReferenceAsString())
#set($parent=$targetDescriptor.getParentReferenceAsString())
Attachments
Issue Links
- duplicates
-
XAOFFICE-48 Header splitting documents are imported in the Main.WebHome and not in the resquested space and page
- Closed