Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-5494

Office Importer splitting function fails as api changed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • 2.4
    • Office
    • 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

          Activity

            People

              mflorea Marius Dumitru Florea
              ludovic Ludovic Dubost
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: