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

Related Documents: Hitting enter within Search box triggers OK button

    XMLWordPrintable

Details

    • Flagged

    Description

      We need to remove following part within org.onehippo.forge.relateddocs.editor.DocumentPickerDialog

            try {
                  uuid = model.getObject().getIdentifier();
                  if (uuid != null && !"".equals(uuid)) {
                      selectedNode = new JcrNodeModel(((UserSession) Session.get()).getJcrSession().getNodeByIdentifier(uuid));
                      setOkEnabled(false);
                  }
              } catch (RepositoryException ex) {
                  log.error(ex.getMessage());
              }
      

      Attachments

        Activity

          People

            clientserviceteam Client Service Team
            mmilicevic Marijan Milicevic
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: