AEM 6.3 with service pack 3. After upgrading our dialog won't save data as before. We access data entered for each slide added to the component by the 'iItems' Node it used to store in. The slides are now being stored in an array under the components properties instead.
Here is the dialog and example of how its being stored.
<pages
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/coral/foundation/form/multifield"
class="full-width"
fieldLabel="Carousel Slide Info">
<field
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/fieldset"
acs-commons-nested="NODE_STORE"
name="./iItems">
Solved! Go to Solution.
Views
Replies
Total Likes
Below file in acs-commons has example of cq:dialog to store as nodes, we can put console logs/alerts to debug the flow
/apps/acs-commons/touchui-widgets/composite-multifield/source/touchui-composite-multifield-nodestore.js
Below file in acs-commons has example of cq:dialog to store as nodes, we can put console logs/alerts to debug the flow
/apps/acs-commons/touchui-widgets/composite-multifield/source/touchui-composite-multifield-nodestore.js
Thanks, that helped me figure out I just needed to update my acs package
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies