Hi,if I am correct then modifying e.g. the title property of an asset via its properties dialog does not update the jcr:lastModified property. Is this correct?What is required to have this updated automatically? Will adding mixin:lastModified help to achieve this? How do you even add such mixin to e...
Yes, this is correct provided I generate my data attribute using<granite:data jcr:primaryType="nt:unstructured" cq-dialog-dropdown-showhide-target=".list-option-listfrom-showhide-target"></granite:data>
AEM6.3 contains /libs/cq/gui/components/authoring/dialog/dropdownshowhide/clientlibs/dropdownshowhide/js/dropdownshowhide.jsAt lines 49-50 there is this code: // get the selector to find the target elements. its stored as data-.. attribute var target = $(element).data("cqDialogDropdown...
Ok, it does work. My class has a configuration to configure property "scheduler.period". The mistake I made was that I had the following properties as part of the @Component annotation"scheduler.concurrent=false","scheduler.immediate=true","scheduler.runOn=SINGLE"So apparently you cannot spread sche...
We are running 6.1.0.SP2-CFP4. Does anyone know if the Sling Scheduler supports the official OSGI annotations as in this example aem-osgi-annotation-demo/SampleOsgiScheduledTask.java at master · nateyolles/aem-osgi-annotation-demo · GitHub https://github.com/nateyolles/aem-osgi-annotation-demo/blob/...
Enabling the logger for org.apache.jackrabbit.oak.jcr.operations.writes shows me the following:01.06.2017 17:47:23.563 *TRACE* [Adobe Granite ChainReplicationService Processor] org.apache.jackrabbit.oak.jcr.operations.writes [session-10639461] Setting property [/content/dam/vrt/2017/04/14/george-pau...
We are seeing spurious merge conflicts on publisher instances (AEM 6.1SP2) such asmerge-conflicts.log.2017-05-29:29.05.2017 09:20:09.437 *DEBUG* [172.18.27.44 [1496042409277] POST /bin/receive HTTP/1.1] org.apache.jackrabbit.oak.plugins.commit.ConflictValidator Commit failed due to unresolved confli...
I have the same issue with 6.1SP2.For the sake of testing I have overlayed /apps/dam/content/schemaeditors/forms/default/image/jpeg/.content.xml with the following content (checkbox definition is taken from http://www.nateyolles.com/blog/2015/11/aem-checkboxes-using-sling-post-servlet):<?xml version...