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

[External Template]Generation of deprecated artefacts

    XMLWordPrintable

    Details

      Description

      In Studio, when we import the DAM external template for Nuxeo 10.10 LTS 2019, the page provider assets_search still reference the old way to deal with the deleted state:

      ecm:mixinType IN ('Picture', 'Audio', 'Video') 
      AND ecm:isVersion = 0 
      AND ecm:isProxy=0 
      AND ecm:currentLifeCycleState != 'deleted'
      

      It should be :

      ecm:mixinType IN ('Picture', 'Audio', 'Video') 
      AND ecm:isVersion = 0 
      AND ecm:isProxy=0 
      AND ecm:isTrashed = 0
      

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated: