[ 
https://jira.nuxeo.org/browse/NXP-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume updated NXP-6085:
-----------------------------------

    Upgrade notes: 
New capability for the "doctype" extension point:
    <facet name="Fooable">
      <schema name="foo" />
      <schema name="bar" />
    </facet>

Note that this new <facet> declaration is at the same level as the <doctype> 
element. It's NOT LEGAL to do:
    <doctype name="MyType" extends="Document">
      <schema name="common"/>
      <facet name="Fooable">
        <schema name="foo" /> <!-- NOT LEGAL -->
      </facet>
    </doctype>


  was:
New capability for the "doctype" extension point:
    <facet name="Fooable">
      <schema name="foo" />
      <schema name="bar" />
    </facet>



> Associate facets to schemas
> ---------------------------
>
>                 Key: NXP-6085
>                 URL: https://jira.nuxeo.org/browse/NXP-6085
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>            Priority: Major
>             Fix For: 5.4.1
>
>
> Allow the association of a facet to one or several schemas.
> When the facet is used by a document type, the schemas are automatically 
> incorporated into that document type.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to