Hi All,
I have created a custom rollout config, but its getting called even when I have not selected it while rolling out the page. Can some one tell what am I missing
@component(immediate = true, service = LiveActionFactory.class, property = {
LiveActionFactory.LIVE_ACTION_NAME + "=" + SiteReferencesUpdateActionFactory.LIVE_ACTION_CLASS_NAME,
LiveActionFactory.LIVE_ACTION_NAME + "=" + SiteReferencesUpdateActionFactory.LIVE_ACTION_NAME })
public class SiteReferencesUpdateActionFactory extends BaseActionFactory<BaseAction> {
public static final String LIVE_ACTION_CLASS_NAME = "SiteReferencesUpdateAction";
public static final String LIVE_ACTION_NAME = "linkUpdate";