Hi AllOn AEM 6.2 when I copy a page via the Page manager not all the properties on the are getting copied, System user has full access to everything on my author instance, My user mapping is as below: user mapping servicecom.test.pw.test-pw-services:getResourceResolver=system-userdo I need more user...
Hi All,While reordering multi-field empty fields of one section is getting override by another filled fields of other section. Using below multifield.jsvar SiteClientLib = SiteClientLib || {};if(typeof CQ !== 'undefined'){SiteClientLib.MultiFieldPanel = CQ.Ext.extend(CQ.Ext.Panel, { panelValue: '...
Hi,I'm currently working on installing author instance with cold standby instance.At first, I have installed primary AEM 6.3 instance as per document [0] below.The AEM instance just installed, has been configured with datastore(filestore) storage.Next, I restarted the primary AEM instance with prima...
Hello everyone, Im having problems with page editing in touch UI. It seems to be a miscalculation in the ContentWrapper´s height, which causes my pages to be grayed out after the fold. Also, there is a second scroll bar that appears in the part where the content is rendered.Seeing the page in previe...
When creating a new component in AEM 6.2 I noticed it doesn't appear as an available component in the side rail or in design mode until I add the cq:EditConfig node to the component. I also noticed if I add a dialog.xml node it will allow it to appear in the side rail and via design mode but my und...
I have seen that it is working as expected OOTB components. When I am trying to replicate the same it is not working as expected in custom component. Thanks In advance.
I have a requirement where on click of add item in multifield a set of text boxes and dropdown will be populated. On change of these dropdown values , textboxes would be hidden and showed as per requirement. I have achieved this requirement but on rearranging the multifield items using the arrow key...
Hi,I have a AEM user say X. I have two groups A and B. User X is member of Group B and Group B is member of Group A. How to identify Whether X is a member of A?Thanks in advanceRegards,Vasim
Hi All,By default audience segments are getting created under page "/etc/segmentation/contexthub"Is there a way to change this location and use application specific location (I see that in page properties, personalization tab there is option to select this location)? I am on AEM 6.2. I tried /miscad...
Hi All,I have a component embedded directly into the page something like below:<div data-sly-resource="${@path = 'somecomponent',resourceType='someproject/component/somecomponent'}"></div>Now when I add this resourceType to SSI include config, this throws a not found error on dispatcher. This is bec...