Uploaded image for project: '[Read Only] - Hippo Plugins'
  1. [Read Only] - Hippo Plugins
  2. HIPPLUG-1599

Related docs: able to manually select folders as related document

    XMLWordPrintable

Details

    Description

      Looks like we could use a check 

      if (selectedNodeModel.getNode().isNodeType(HippoStdNodeType.NT_FOLDER)) {
          error("You cannot add a folder as the related document");
          return;
      }

      in org.onehippo.forge.relateddocs.editor.DocumentPickerDialog

      Moreover, if a folder is selected and the document closed and re-opened, there's a ClearDeletedDocumentsDialog saying "One or more related document references have been cleaned up because the referenced document no longer exists."

      Also see HIPPLUG-1600 for localization support.

      Attachments

        Activity

          People

            clientserviceteam Client Service Team
            jhoffman Jeroen Hoffman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: