Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-3363

Remove collection built-in widget from search form palette for TP >= 8.3

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: 33, 33.2
    • Fix Version/s: None
    • Component/s: Content Views
    • Tags:
    • Sprint:
      nxGang Sprint 8.3.2
    • Story Points:
      2

      Description

      Since we simplified the collection implementation (NXP-19394) the schema collectionMember (and therefore the field collectionMember:collectionIds) does not exist anymore.

      As an alternative, we could provide a dedicated search on Collection. In:

      we would need to turn:

      <fixedPart>
                  ecm:primaryType NOT IN ('Domain', 'SectionRoot', 'TemplateRoot', 'WorkspaceRoot', 'Favorites')
                  AND ecm:mixinType != 'HiddenInNavigation'
                  AND NOT (ecm:mixinType = 'Collection' AND ecm:name = 'Locally Edited')
                  AND ecm:isCheckedInVersion = 0
                  AND ecm:currentLifeCycleState != 'deleted'
                  AND ecm:parentId IS NOT NULL
                  AND SORTED_COLUMN IS NOT NULL
                </fixedPart>
      

      into something else which would query

       SELECT collection:documentIds/* FROM .... AND ecm:uid= 'selectedCollectionId'
      

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: