Expand my Community achievements bar.

SOLVED

PageDiff highlighting on AEM 6.5.14.0

Avatar

Level 1

Hi Community,

 

I've noticed when using timeline viewer to compare content changes via Timeline to an earlier version, the side-by-side pagediff is not highlighting the copy changes between current and the selected version even though I can see the copy additions in the side-by-side view.

 

Is this the expected behavior? I ask out of confusion as I'm seeing many article similar to https://experienceleague.adobe.com/docs/experience-manager-65/authoring/siteandpage/page-diff.html?l...

which seem to indicate the differences should in-fact be highlighted.

 

Note: Our implementation is quite simple in that our components use our sling models which would injecting via the valuemapvalues annotation our desired node properties and our HTL formats and prints out our processed text fields to a HTML table. (No SPA usage)

 

Thanks and regards,

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @rohand59035224 ,

 

Page diff comparison will only work for the components which have valid cq:editConfig nodes. Can you check if it's missing in your case?

 

We've fixed the documentation in past and It's also mentioned here:-

https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/pagediff.html?... 

 

Hope this helps!

 

Regards,

Nitesh

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

Hi @rohand59035224 ,

 

Page diff comparison will only work for the components which have valid cq:editConfig nodes. Can you check if it's missing in your case?

 

We've fixed the documentation in past and It's also mentioned here:-

https://experienceleague.adobe.com/docs/experience-manager-65/developing/introduction/pagediff.html?... 

 

Hope this helps!

 

Regards,

Nitesh

Avatar

Level 1

Hi Nitesh,

 

Thanks for the reply.

 

After copying the /apps/core/wcm/components/text/v2/text/cq:editConfig into my component, changes between versions are now being highlighted as required.