Details
-
Task
-
Resolution: Fixed
-
Low
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
Problem:
Wrong position for params format in info.magnolia.workflow.hooks.core.CommandBasedHook
String.format("Unable to find the command '%s' in the catalog '%s'", this.getDefinition().getCatalog(), this.getDefinition().getCommandName())
Solution:
Change params position
String.format("Unable to find the command '%s' in the catalog '%s'", this.getDefinition().getCommandName(), this.getDefinition().getCatalog())
Checklists
Acceptance criteria