Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-151

Don't provide base implementations for simple nodetypes

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Neutral
    • 5.0
    • 5.0
    • None
    • None

    Description

      e.g. that's how the contact nodetype is currently defined:
      <nodeType name="mgnl:contactBase" isMixin="false" hasOrderableChildNodes="true" primaryItemName="">
      <supertypes>
      <supertype>mgnl:content</supertype>
      </supertypes>
      </nodeType>
      <nodeType name="mgnl:contact" isMixin="false" hasOrderableChildNodes="true" primaryItemName="">
      <supertypes>
      <supertype>mgnl:contactBase</supertype>
      </supertypes>
      </nodeType>

      The contactBase is not needed for now so we should remove it. If people want to extend contacts they can always base on mgnl:contact.

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              dlipp Daniel Lipp
              dlipp Daniel Lipp
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Task DoD