Thanks @narendragandhi, Excellent suggestion! I can probably use json to csv converter to convert results into csv/xsl and then sort by property to see if any duplicates.
I have been able to overlay several files to make download option available for expired assets for non-admin users but when I complete the download popup, it downloads an empty file. Not sure what else I need to change so that it actually downloads the expired assets. Anyone has been able to enable ...
Hi AEM Gurus, Is it possible to use jcr sql2 query to find pages that contain the same id value (supposed to be unique but got duplicated some how) in one of the custom page property? I have tried with this sql2 query but it fails since we can't compare a dynamic operand against a dynamic operand. S...
@Nitin_laad Another option is to overlay login.jsp from /libs/granite/core/components/login/login.jsp into /apps/... . And then around line nbr 394, you will see a line as below:ImsConfigProvider imsConfigProvider = sling.getService(ImsConfigProvider.class);comment out this line and replace it withI...
@Nitin_laad We had the same issue and it was confusing the users as to which option to choose to login with. I have found a config that comes with the asset link config package that causes the login screen to show the option to "Sign in with Adobe". Open up config file /apps/system/config/com.adobe....
If it is not possible to prevent replication through permissions, is it possible to prevent it through touch ui/granite for everyone for a specific folder in dam? Any suggestions for this approach?
@hamidk92094312 When I denied the replicate permission through useradmin, i can see that the deny for crx:replicate action for administrators group in crxde access control tab. Pls see the screenshot. But it still allows a user in the administrators group to replicate assets. @Shashi_Mulugu & @Arpi...