Hi,
Both classic and touch UI roll out calls /bin/wcmcommand for roll-out
We have custom class written for WCMCommand which gets called when using roll-out from classic sidekick
In classic we have customized to call it using
\apps\cq\ui\widgets\source\widgets\wcm\msm\RolloutWizard.js
But the same does not get called when using roll-out in touch UI ,How to customize for touch UI
@component(configurationPolicy = ConfigurationPolicy.REQUIRE, immediate = true, service = WCMCommand.class)
@Designate(ocd = RolloutWithWorkflowProperties.class)
public class RolloutWithWorkflow implements WCMCommand {.....}
Please let me know how to customize for touch UI
Thanks