adobe / aem-project-archetype

Maven template to create best-practice websites on AEM.
https://experienceleague.adobe.com/docs/experience-manager-core-components/using/developing/archetype/overview.html
Apache License 2.0
546 stars 421 forks source link

FORMS-9068 Form publishing causes policy republishing resulting in al #1079

Closed suryansh29 closed 1 year ago

suryansh29 commented 1 year ago

Adding last modified time to OOTB content so that they are not published all the time. Publishing is done via check last modified time > last published time. Now if we do not have last modified time on a node it is always published, until it is modified. To fix that we are adding a last modified time to policy nodes.

suryansh29 commented 1 year ago

Have added for v2 as well here https://github.com/adobe/aem-project-archetype/pull/1079/files#diff-45a15fb5133093f01f40f49f1bf175714ba2cc658fb05df298fa32443d4c3a1dR576