We are facing an data loss on issue on reload of a content fragment with the custom composite multifield in AEM 6.5.
Hi Everyone,
We are facing an data loss issue on reload of a content fragment with the custom composite multifield in AEM 6.5.
Issue description.
when we reload the content fragments , We are seeing the 2 post requests <cfm-path>/cfm.content.json in network tab of developer tools, first request is having all the content fragments fields value except the composite multifield values(for composite multifield, the OOTB call is taking only the first field value of the composite multifield). This call is causing the data loss in JCR.
Any one has faced similar issue and any one have the solution to include/inject the all the custom composite multifield values to the <cfm-path>/cfm.content.json post request.