Collection Details view jsp files | Community
Skip to main content
Level 3
December 13, 2022
Solved

Collection Details view jsp files

  • December 13, 2022
  • 3 replies
  • 1324 views

I'm trying to find the jsp file for the collection detail list view, but haven't been able to locate it. I thought it might be this: /libs/dam/gui/coral/components/admin/collections/contentrenderer/collectiondetailsrow/collectiondetailsrow.jsp but it doesn't look like it has the right columns. Could anyone help me locate it? Any tips on finding these kinds of files in crx/de?

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 nitesh_kumar-1

Hi @dnest19 ,

 

I think you are looking for this 

 

/libs/dam/gui/coral/components/admin/collections/contentrenderer/rowasset/reorder.jsp

You can override this at path:

/apps/dam/gui/coral/components/admin/collections/contentrenderer/rowasset/reorder.jsp

Regards,

Nitesh

 

3 replies

krati_garg
Adobe Employee
Adobe Employee
December 13, 2022

@dnest19 

If you are trying to customize below console, 

Please look at the url, to locate jsp files for overlaying, here replace mnt/overlay/dam/gui/content/collections.html with libs/dam/gui/content/collections. This node will take you to the datasource/views/column nodes

Hope this helps

DNest19Author
Level 3
December 13, 2022

Thanks for the response! But I don't those nodes are what I'm looking for.  I used this: https://experience-aem.blogspot.com/2020/08/aem-6550-aem-assets-show-tags-in-list-view.html?lr=1 as a guide to add additional columns for my asset tags, but I need to include them in the collection views. I have the extra column showing up but it isn't being populated (in collection view--it works fine in asset view). So, I'm looking an equivalent file for the collection detail list view where it lists all the assets inside the collection. 

SantoshSai
Community Advisor
Community Advisor
December 13, 2022

Hi @dnest19,

Is this collections of the page you are looking for? Checked this?

/libs/granite/ui/components/shell/collectionpage/collectionpage.jsp

Regards,

Santosh

Santosh Sai
DNest19Author
Level 3
December 13, 2022

Thanks for the response! But I don't think that's the page I'm looking for.  I used this: https://experience-aem.blogspot.com/2020/08/aem-6550-aem-assets-show-tags-in-list-view.html?lr=1 as a guide to add additional columns for my asset tags, but I need to include them in the collection views. I have the extra column showing up but it isn't being populated (in collection view--it works fine in asset view). So, I'm looking an equivalent file for the collection detail list view where it lists all the assets inside the collection. 

nitesh_kumar-1
Adobe Employee
nitesh_kumar-1Adobe EmployeeAccepted solution
Adobe Employee
December 14, 2022

Hi @dnest19 ,

 

I think you are looking for this 

 

/libs/dam/gui/coral/components/admin/collections/contentrenderer/rowasset/reorder.jsp

You can override this at path:

/apps/dam/gui/coral/components/admin/collections/contentrenderer/rowasset/reorder.jsp

Regards,

Nitesh

 

DNest19Author
Level 3
December 14, 2022

Thank you! This is exactly what I was looking for!

 

PS

Just as an FYI for anyone that might see this and have a similar requirement, the ASSET_RES_TYPE from this example  https://experience-aem.blogspot.com/2020/08/aem-6550-aem-assets-show-tags-in-list-view.html?lr=1  needs to be "dam/gui/coral/components/admin/collections/contentrenderer/rowasset" for assets in the collection detail view.