I have a tab in the page template. It shows in page properties for all pages. I would like to restrict it only for pages under /content/A and /content/B in the content tree.I tried solving this using <granite:rendercondition condition="${condition}"> but it didn't work. How can I use granite:conditi...
Thank you for replying. I am not sure what do you mean when you say "check if you have derived it anywhere from resource resolver factory and not closed it"?
Hello @aanchal-sikka Thank you very much. For Create Version:1. where do you see the new version (I see only one version in /crx/de)?2. what do you mean when you say the "asset workflow update other renditions"?
The original AEM 6.5.15 fileupload.js has the following options:CancelKeep BothReplaceCreate Version -> I would like to understand what does this option do?I do not have versioning on the folder level and also do not see this option in parent folder properites. I see that Create Version preserves th...
Hi @aanchal-sikka Thank you very much.Can you please suggest what step should I use in AEM Workflow Model to:1. Rename existing asset2. Upload the new asset3. Copy shortlisted properties from old to new asset4. If all is good, delete the old asset.
Hi @aanchal-sikka Thanks for answering. When you say workflow, do you mean AEM workflows (under Tools -> /workflow/admin/console/content/models.html) or manual workflows?
Thanks @aanchal-sikka and @Tanika02 creating a new version is rather not desirable, therefore I need to replace the Asset while preserving metadata of the existing Asset if it exists.
I would like to Upload Assets in DAM while preserving the Asset Metadata.I found there is a replace method in fileUpload.js under coral.components.commons.fileupload.clientlibs but this it deletes the assets and uploads the new and therefore the previous metadata are lost.Any ideas how to achieve th...