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

Schema associated to Facet is not added to Documents having this facet

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Minor
    • Resolution: Duplicate
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: Documents

      Description

      • I create a schema named "rendition" in Studio
      • I create an XML contribution to create a Facet "Rendition" with the "rendition" schema associated
      <extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
          <facet name="Rendition">
            <schema name="rendition"/>
          </facet>
        </extension>
      
      • I declare the facet Rendition in the registry
      {
        facets: [
          {
            id: "Rendition", 
            label: "Rendus",
            schemas: ["rmn_rendition"],
          }
        ]
      }
      
      • I create a doc type and check the Rendus Facet

      Problem:

      • The schema rendition is not added in the schema list in the document type

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: