Hi @aa_w,
Below might be possible reasons, please double check:
Read-Only Permissions – You don’t have write access to the asset.
Locked/Published Asset – The asset is locked or published; can't be edited.
Missing Metadata Schema – No editable metadata form applied to that asset.
Rendition or Co...
Hi @PrachiAt1,
You can follow a structured process using TransPerfect's AEM Connector.
Steps to translate Asset Metadata via TransPerfect GlobalLink
1. Install and configure GlobalLink connector
Download and install the GlobalLink AEM Connector compatible with your AEM version.
Configure GlobalLin...
Hi @LaurenDo1,
Before answering to your question I want to understand:
Are you using a custom breadcrumb component or Adobe’s Core Component?
Has the 'Hide in Navigation' setting on the level 4 page been published to the Publish environment?
Also, If it’s a custom or Core Component-based breadcru...
Hi @davidef34326447,
Despite its name, the /folder.bulkassets.delete POST endpoint is not the one triggered when you delete assets via the standard DAM Admin (Touch UI) console using the "Delete" action from the toolbar. That deletion typically goes through:
POST /bin/wcmcommand
with cmd=deletePag...
Hi @Kirthika,
You need to manually set the saved value as selected after the options are loaded via AJAX.
Add a data-selected attribute (or hidden input) to store the saved value.
This is usually done in the dialog XML or via JavaScript.
Example:
<state
jcr:primaryType="nt:unstructured"
slin...
Coral UI (via Granite) does not submit the values of fields that are hidden (display: none). So even if the field was filled in previously, if it’s hidden at the time of dialog submission, AEM simply ignores it.
This is not a bug — it’s how the Coral UI intentionally behaves.
Here’s how you can ...
Hi @gnaneswar88,
1. How can I implement this conditional showing/hiding of fields based on the dropdown selection within the component and multifield?Use granite:data with cq-dialog-dropdown-showhide
AEM provides the cq-dialog-dropdown-showhide mechanism using data attributes to conditionally show o...
Hi @MatijaLeskovic,
Since the originals are fine and smaller versions work without a problem, it definitely points to something environment-specific.
A few things you might want to try:
1. Check the Java setup
Run java -version on the environment where it’s failing and compare it with a working one....
@SudarshanV1 Can you try this?
function getTitle(editable, item, index) {
var title = "<span class='foundation-layout-util-subtletext cmp-panelselector__indexMarker'>" + index + "</span> ";
var subTitle = "";
title = title + " " + Granite.I18n.getVar(ns.editableHelper.getEdit...