Uploaded image for project: 'Magnolia Workflow Module'
  1. Magnolia Workflow Module
  2. MGNLWORKFLOW-248

CommandWorkItemHandler works only with commands inside the default catalog

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Duplicate
    • Icon: Neutral Neutral
    • 5.4
    • 5.3.1
    • None
    • None

      Root cause is CommandsManager:executeCommand(final String commandName, final Map<String, Object> params)

      This method's implementation does not fulfill its description:

        * Executes the given command by first looking in the default catalog.
        * Should the command not be found, it will try to look in all other
        * catalogs.
      

      it looks only in the default catalog, if the command is not found, an exception is thrown.

        Acceptance criteria

              ejervidalo Espen Jervidalo
              nbarbe Magnolia International
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD