|
||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

API changed in info.magnolia.module.workflow.action.WorkflowPublicationAction
We are now injecting the validator and callback objects into the constructor. Those are being passed directly when instantiating the action, which is why we cannot obtain these by using e.g. Components.getComponent in a deprecated constructor. In case you have extended this class, you will need to update the constructor of implementation to match super.