Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 4/14/21
    $(".coral3-Multifield-item").each(function( index ) {}this loop is not working for the newly added items. $("coral-multifield").children("button[coral-multifield-add]").on("click", function() {       $(".coral3-Multifield-item").each(function( index ) {             console.log("add item");        })...

    Views

    1.2K

    Likes

    0

    Replies

    5
  • 4/14/21
    Hi, I am having one config "org.apache.sling.jcr.repoinit.RepositoryInitializer" and in that I am trying to set "set ACL for test-user \r\nallow jcr:read on /libs/dam/content". While deploying the changes in local, it gets deployed easily, but when I deploy this config with my codebase in AEM AACS S...

    Views

    3.3K

    Likes

    0

    Replies

    3
  • 4/14/21
    My project is using Bugsnag to catch errors in our AEM site, one recurring error is:ReferenceError/enContextHub is not defined The stack trace shows the following sequence of events:  XMLHttpRequest succeededDOMContentLoaded Page LoadedPage ShownReferenceError: ContextHub is not defined   [ { ...

    Views

    2.8K

    Likes

    0

    Replies

    8
  • 4/14/21
    I want to call a JS function when a new item is added to the multifield. I have tried: $(".cq-dialog").find("coral3-Button coral3-Button--secondary").on("click", funcName);doesn't call my function. 

    Views

    1.9K

    Likes

    0

    Replies

    9
  • 4/14/21
    Few JS files are not getting minified.Is there any way to check what is causing error for JS minification.

    Views

    677

    Likes

    0

    Replies

    2
  • 4/14/21
    If I replace: const setOptions = function () {let fontField = $(".cq-dialog").find("#fontField ")[0];let optionItems = fontField.items;optionItems.clear();for (var i = 0; i < 1; i++) {let obj = new Object();let cnt = new Object();obj["value"] = "#ffffff";cnt["textContent"] = "white";obj["content"] =...

    Views

    1.8K

    Likes

    0

    Replies

    9
  • 4/14/21
    Hi All, What is the possible cause and fix for the alert "Your request could not be completed because you have been signed out. "? Thanks in advance @AEM 

    Views

    1.7K

    Likes

    0

    Replies

    2
  • 4/14/21
    We just launched Brand Portal, and are having a process to have users onboarded via our HelpDesk But users keep requesting access via brand portal, even though we disabled that option in Brand Portal setup The "request access" link is hidden on the login screen, but if they try to sign up, creating ...

    Views

    1.2K

    Likes

    0

    Replies

    6
  • 4/13/21
    Hi.When trying to create products in AEM 6.5, similar to We.Retail, we get the error message"No scaffold definition found for /var/commerce/products"I've looked everywhere trying to find a solution and the only article that I've been able to find suggests using classic ui and going to the Tools cons...

    Views

    1.5K

    Likes

    0

    Replies

    5
  • 4/13/21
    Hello All - I am looking for Curl command to add a property in all the pages under the specific folder in JCR. if the property exists, it should ignore it else it should add it. Path:/content/test/enProperty: testprop = true Also is there any utility provided by ACS to add a specific property withou...

    Views

    1.0K

    Likes

    0

    Replies

    2