Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-10976

Script function Solr.contentQuery: unable to select a workspace

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 4.4.8, 4.5.0
    • 4.4.6, 4.5.0
    • None
    • None
    • 4.5 M7

      The workspace cannot be set anymore because the methode WorkspaceSelector.getWorkspaces() has been deleted.
      It is called into the Solr script functions (Solr.js, line 27):

      const workspaces = workspaceSelector.getWorkspaces();

      Maybe replace it by:
      RepositoryDao.getWorkspaces()
      or from the session (but I don't know if it works in async mode).

            Unassigned Unassigned
            bmaurel Bérénice Maurel
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: