Links in properties doesn't get updated on rollout | Community
Skip to main content
JS_Bournival
New Participant
October 16, 2015
Solved

Links in properties doesn't get updated on rollout

  • October 16, 2015
  • 1 reply
  • 1153 views

... is this the intended behavior, or did I miss something?

In the case where those links aren't getting updated, I guess I should then write my own rollout config?

Thank you.

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 OlivBur

The "Standard rollout config" should handle this properly with the "referencesUpdate" action, see [1].

It may be that your root node of your live copy has not set the "cq:isDeep" property to "true", because this is needed in order to update properly all the references in the live copy tree.

 

[1] http://docs.adobe.com/docs/en/cq/5-6-1/administering/multi_site_manager.html#Specifying Default Rollout Configurations

1 reply

OlivBur
OlivBurAccepted solution
New Participant
October 16, 2015

The "Standard rollout config" should handle this properly with the "referencesUpdate" action, see [1].

It may be that your root node of your live copy has not set the "cq:isDeep" property to "true", because this is needed in order to update properly all the references in the live copy tree.

 

[1] http://docs.adobe.com/docs/en/cq/5-6-1/administering/multi_site_manager.html#Specifying Default Rollout Configurations