Expand my Community achievements bar.

SOLVED

Experience Fragments - Variation as live-copy - page property inheritance

Avatar

Level 3

Hi,

 

i'm trying to use the the feature:

"

Overriding Properties of a Live Copy Page

The page properties of a Live Copy page are inherited (and not editable) from the source page by default.

You can cancel inheritance for a property when you need to change the property value for the live copy. A link icon indicates that inheritance is enabled for the property.

"

documented on: https://experienceleague.adobe.com/docs/experience-manager-65/administering/introduction/msm-livecop...

 

I have AEM 6.5.8 version and after the creation of an Experience Fragments Variation as live-copy (standard rollout or push on modify), i'm not able to break the inheritance at page property level. As touch UI, i don't see the CTA to break the inheritance of the property (as in the screenshot of documentation[1]), but the fields can be modified as per screenshot[2]. Anyway even if i change a property and after that i modify the master variation, after the rollout the live copy variation property will be overridden with master one (losing the information).

 

NOTE: i want highlight that this behaviour occurs only for experience fragments variation (sling:resourceSuperType cq/experience-fragments/components/xfpage)

 

Is it a BUG?

 

 

[1]

davidef34326447_0-1620738871738.png

 

[2]

davidef34326447_1-1620738980267.png

 

regards,

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @davidef34326447,

Unlike sites, Locking -> Disabling/cancel inheritance functionality at page properties level is not available OOTB with respect to Experience Fragments Live copy variation.

This is evident by the fact that there is no mixin named "mix:lockable" on live copy variation(live copy xf page's jcr:content) along with cq:LiveRelationship nor presence of cq-msm-lockable property for each of the properties of xfpage component's dialog - /libs/cq/experience-fragments/components/xfpage/cq:dialog

 

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @davidef34326447,

Unlike sites, Locking -> Disabling/cancel inheritance functionality at page properties level is not available OOTB with respect to Experience Fragments Live copy variation.

This is evident by the fact that there is no mixin named "mix:lockable" on live copy variation(live copy xf page's jcr:content) along with cq:LiveRelationship nor presence of cq-msm-lockable property for each of the properties of xfpage component's dialog - /libs/cq/experience-fragments/components/xfpage/cq:dialog

 

 

Avatar

Level 3
thanks for your feedback! so a product enhancement is needed