Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Anomaly found on CMS for both the data not showing correctly

Avatar

Level 3

Hi Adobe Family,
we report an anomaly found on AEM for both the "xyz project" and "zyx project" nodes (both dev and qa). When we select the content list view, we display the info columns for each node with the wrong header, therefore not corresponding to the data in the column. For example, in the "Published" column we display the content templates, in the "Template" column there is no information, in the "Modified" column there is information about the publication instead of the modification. 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Sai1278 

Please compare the following paths:

  1. /apps/wcm/core/content/common/availablecolumns
  2. /libs/wcm/core/content/common/availablecolumns

Are the data and nodes the same, or are there any extra nodes? This might be the issue. I think there are some extra nodes in the /apps/wcm/core/content/common/availablecolumns section.



View solution in original post

17 Replies

Avatar

Community Advisor

Hi,

 

First, let's determine if this issue is specific to projects "xyz" and "zyx." If it is, then the problem might be limited to those projects. However, if the issue persists across the entire instance, it could indicate a broader problem with the entire system.

Have you recently upgraded AEM or performed any significant operations? Changes like these could potentially affect the functionality of the platform.

Additionally, I recommend checking the browser console and error logs for any relevant error messages. This information can provide valuable insights into what might be causing the issue. Any additional details you can provide would be greatly appreciated.

 

Hope this helps



Esteban Bustamante

Avatar

Level 3

Hi @EstebanBustamante 
It has come to our attention that all environments are experiencing a particular issue, despite no recent updates being made to Adobe Experience Manager (AEM). Surprisingly, there are no console errors being reported.

Avatar

Community Advisor

Hi, 

Did you try to replicate the issue without your codebase? To make sure is AEM related and not your custom code?

I could not reproduce the issue (Using AEM6.5.16)

EstebanBustamante_0-1712324305724.png

 



Esteban Bustamante

Avatar

Level 3

Hi @EstebanBustamante 
I checked the codebase, and @arunpatidar  mentioned a way as well, but the issue was still reproduced. AEM version: 6.5 with SP 15 currently in use.

Avatar

Community Advisor

Hi @Sai1278 
What AEM version are you using?

Can you please also try in vanilla instance without your code?



Arun Patidar

Avatar

Community Advisor

Hi @Sai1278 

I am on AEM 6.5.16

I can see all the values as expected.

 

arunpatidar_0-1712313704584.png

 

did you tried in vanilla instance with we.retail code?



Arun Patidar

Avatar

Community Advisor

Hi @Sai1278 
I think the Operation is messing up with the ordering. What I can see in our instances Operation as the last as per list

 

Screenshot 2024-04-05 at 14.12.29.png

 



Arun Patidar

Avatar

Community Advisor

Hi @Sai1278 
Can you please check following for below path

/libs/wcm/core/content/coral/common/configurecolumnsdialog/items/form/items/chooseColumns/datasource

1. did you override either above path ? or cq/gui/components/siteadmin/admin/listview/columns/datasources/availablecolumnsdatasource in apps

2. what do you see at /libs/wcm/core/content/common/availablecolumns or is there override in apps for this path

For me datasource contains following nodes

arunpatidar_0-1712325201858.png

 



Arun Patidar

Avatar

Level 3

Hi @arunpatidar Yes, I noticed that you mentioned the previous comment. Recently, no one has modified anything, and everything is showing correctly. But why is the data not displaying properly?

Sai1278_0-1712332308035.png

 

 

Avatar

Community Advisor

There might be some overlays in /apps path. Please chekc there as well.

If the node structure is correct in /libs then definitely someone deplyoed/changed something in your environment.
Could be third party package.



Arun Patidar

Avatar

Correct answer by
Community Advisor

Hi @Sai1278 

Please compare the following paths:

  1. /apps/wcm/core/content/common/availablecolumns
  2. /libs/wcm/core/content/common/availablecolumns

Are the data and nodes the same, or are there any extra nodes? This might be the issue. I think there are some extra nodes in the /apps/wcm/core/content/common/availablecolumns section.



Avatar

Level 3

Hi @Raja_Reddy 
Thanks for your support. I understand now. I have removed the extra node, and it is displaying correctly.

Sai1278_0-1712582680169.png