Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-3151

Constructor of MgnlGroup should be "protected" to allow custom subclasses

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 4.3.1
    • None
    • core, security
    • None

      If you want to extend the Group Manager, you need an access to MgnlGroup constructor but it is limited to his package with the signature:
      MgnlGroup(Content groupNode)

      Should be
      protected MgnlGroup(Content groupNode)

      So we could call new MgnlGroup(node) from an extendend Group Manager
      It has been extended for User Manager but not yet for Group Manager.

        Acceptance criteria

              gjoseph Magnolia International
              bsegaert Benoit Segaert
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD