When moving a page on Blueprint does not reflect on live copies | Community
Skip to main content
New Participant
April 8, 2022
Solved

When moving a page on Blueprint does not reflect on live copies

  • April 8, 2022
  • 2 replies
  • 868 views

Hi all!

Hope you are doing fine!

We have managed "news" and "archived news" in a way that we move the pages from "news" parent to "archived news" parent. But, when we move a page from "news" to "archived news" on Blueprint, it does not reflect on Live copies. What are we doing wrong? Is this possible?

Also, is this the best way to manage this news and archived news logic?

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 PhaniRajuTanneru

Your LiveCopy content needs the Page Move rollout config on it.  It appears you have only the default config and you need to add page Move (moveAction) and have it trigger on rollout.

2 replies

PhaniRajuTanneru
PhaniRajuTanneruAccepted solution
New Participant
April 8, 2022

Your LiveCopy content needs the Page Move rollout config on it.  It appears you have only the default config and you need to add page Move (moveAction) and have it trigger on rollout.

Siva_Sogalapalli
New Participant
April 8, 2022

Hi @ad-engineer 

This is expected behaviour and Moving pages in a blueprint will not result in corresponding pages being moved in live copies after rollout with standard rollout configuration:

  • The reason for this behavior is that a page move implicitly includes a page delete. This could potentially lead to unexpected behavior on publish, as deleting pages on author automatically deactivates corresponding content on publish. This can also have a knock-on effect on related items such as links, bookmarks, and others.

If you really want this behavior, then you need create custom rollouts. Please check below for more info. 

 

https://experienceleague.adobe.com/docs/experience-manager-65/administering/introduction/msm-best-practices.html?lang=en 

 

Hope this helps.