AEM assets : how to identify asset expiry date: isAssetExpired boolean from where this can resolved
Hi Team
I am working on AEM assets. Currently when an asset is expired, we are getting a flag mentioning asset is expired.
I have identified it is coming from /libs/dam/gui/coral/components/admin/contentrenderer/card/asset/propertyList.jsp
so I have overlayed to /apps/dam/gui/coral/components/admin/contentrenderer/card/asset/propertyList.jsp
I want to understand how the below line is resolved so that I can get expirydate and display it when I hover over flag icon.
boolean isAssetExpired = request.getAttribute(IS_ASSETEXPIRED) != null ? (boolean) request.getAttribute(IS_ASSETEXPIRED) : false;
Kindly suggest
@amitvishwakarma @aanchal-sikka @santoshsai @adilos-cantuerk @lukasz-m