Uploaded image for project: '[Read Only] - Hippo Essentials'
  1. [Read Only] - Hippo Essentials
  2. ESSENTIALS-801

In tagging plugin, a check is done against relateddocs

    XMLWordPrintable

Details

    • Tiger Sprint 118

    Description

      In org.onehippo.cms7.essentials.plugins.tagging.TaggingResource#addDocuments

      final String suggestFieldPath = MessageFormat.format("{0}/relateddocs", fieldImportPath);
      if (session.nodeExists(suggestFieldPath)) {
         log.info("Suggest field path: [{}] already exists.", fieldImportPath);
         continue;
      }
      

      Should probably be not "{0}/relateddocs" but "{0}/tags"

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: