avoid copying attribute values during livecopy | Community
Skip to main content
mohanb
Level 4
January 19, 2017
Solved

avoid copying attribute values during livecopy

  • January 19, 2017
  • 5 replies
  • 4320 views

Hi

During rollout all attributes from source page are copied to destination/ livecopy page. Is this any configuration setting where we can specify what attributes to copy, what not to copy and whether to retain same value as in source page? 

Any pointers would be helpful. Thanks. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Dipti_Chauhan

If your requirement is prevent few properties from replicating in LiveCopy then you can update property "cq.wcm.msm.action.excludedprop" from service com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory.

 

 

Thanks

Dipti

5 replies

diptinarang
Level 3
January 19, 2017

I think you would need to create a custom rollout configuration, including solution for what all attributes are required to be copied. 

mohanb
mohanbAuthor
Level 4
January 19, 2017

Thanks for your inputs Dipti. That's one of the option. 

But there is a way to control via configuration is what i understand. But unable to find which config to update/ tweak. Thank you.

mohanb
mohanbAuthor
Level 4
January 20, 2017

is this option not available via configuration? pointers would be really helpful.

Dipti_Chauhan
Community Advisor
Dipti_ChauhanCommunity AdvisorAccepted solution
Community Advisor
January 20, 2017

If your requirement is prevent few properties from replicating in LiveCopy then you can update property "cq.wcm.msm.action.excludedprop" from service com.day.cq.wcm.msm.impl.actions.ContentUpdateActionFactory.

 

 

Thanks

Dipti

mohanb
mohanbAuthor
Level 4
January 30, 2017

Thank you