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

Chain command contains no commands

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 5.0
    • 5.0
    • core

      The problem lies in info.magnolia.commands.CommandsManager.getCommand(String, String). The
      chain command retrieved from the catalog is correctly populated with the actual commands however we then do

       return command.getClass().newInstance();
      

      which gives back an empty (no commands) instance.

        Acceptance criteria

              jchocholacek Jozef Chocholacek
              fgrilli Federico Grilli
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD