Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-21601

Propagate super type when appending document type descriptors

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: 8.10
    • Fix Version/s: 8.10-HF03, 9.1
    • Component/s: Core

      Description

      Declaring a doctype as extending another doctype while in append mode will discard the super type contributions.

      For example, doing:

      <doctype name="MyDoc" append="true">
          ...
      </doctype>
      
      <doctype name="MyDoc" extends="Folder" append="true">
          ...
      </doctype>
      

      Will fail to include the schemas and folders from Folder in B because the superType is not propagated with {[append="true"}}. When merging A with B, if no previous super type is defined for A, the super type of B should prevail.

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 1 day
                  1d