Uploaded image for project: 'Bloomreach Forge'
  1. Bloomreach Forge
  2. FORGE-124

Page Management Support: make it possible to copy documents to channels with same locale

    XMLWordPrintable

Details

    • Flagged

    Description

      The DocumentCopyingPageCopyEventListener, that hooks into the page copy action from the Channel Manager, does not support copying to content root folder that has the same hippotranslation:locale as the source content root folder.

      .. per this code at line 177

      if (StringUtils.equals(sourceTranslationLanguage, targetTranslationLanguage)) {
        throw new IllegalStateException(
         "The same translation language of the source and the target base content. Source='"
            + sourceContentBasePath + "'. Target='" + targetContentBasePath + "'.");
      }
      

      This ticket is to start supporting that.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jhoffman Jeroen Hoffman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: