Expand my Community achievements bar.

SOLVED

Page Status in Touch UI User Admin

Avatar

Level 1

We are currently in the process of migrating from Classic UI to Touch UI interface, and we noticed a few things that seem to be missing in the Site Administration interface (http://localhost:4502/sites.html/content).

One thing would be the lack of information about the Page Status. For now, we found that "Page Locked" information is only available in the Card view. If we recommend the "Card View" as the default view for Authors, then there seems to be no "Page in Workflow" information in the view.

 

Is there a view (or configuration step) where we could display the following information to the Author, without doing the code change to AEM? 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

hello @jbunic 

 

Custom code would be needed to display Lock info, because the column in not defined under "/libs/wcm/core/content/common/availablecolumns"

 

Displaying Lock/custom column:

1. Overlay "/libs/wcm/core/content/common/availablecolumns" in "/apps"

2. Configure additional column for Status

3. Follow this Blog to configure data for the column https://experience-aem.blogspot.com/2019/10/aem-6520-aem-assets-add-custom-metadata-columns-in-asset... 

 

Generally, authors use a combination of "Content Finder + List View" Or "Content Finder + card view" based on their preferrences.

aanchalsikka_0-1689064030797.png

 

 


Aanchal Sikka

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

hello @jbunic 

 

Custom code would be needed to display Lock info, because the column in not defined under "/libs/wcm/core/content/common/availablecolumns"

 

Displaying Lock/custom column:

1. Overlay "/libs/wcm/core/content/common/availablecolumns" in "/apps"

2. Configure additional column for Status

3. Follow this Blog to configure data for the column https://experience-aem.blogspot.com/2019/10/aem-6520-aem-assets-add-custom-metadata-columns-in-asset... 

 

Generally, authors use a combination of "Content Finder + List View" Or "Content Finder + card view" based on their preferrences.

aanchalsikka_0-1689064030797.png

 

 


Aanchal Sikka

Avatar

Employee Advisor

Hi,

 

In the Touch UI interface of AEM, the Site Administration interface lacks certain information about page status compared to the Classic UI. To display additional information to authors without code changes:

  1. Customize the Card view to include "Page in Workflow" information.
  2. Utilize the Page Properties dialog to add custom fields or tabs indicating page status or workflow information.
  3. Leverage Page Metadata to define custom metadata schemas and properties for displaying additional information.

Both Page Properties and Page Metadata can be configured without code changes in AEM. Consult AEM documentation or seek community support for implementation details.

I hope this clarifies the options available to you. Let me know if you have further questions.