I see no issue in Replication on Vanila AEM 6.3 instance.. Have you ensured that the replication agent is configured properly. By default it is pointed to 4503.. So if you are running publish on a separate port, you need to change it in the replication agent setting
If its not inside a par, that means there is a static include, which implies that it cannot be cut or delete. So the behavior you are seeing seems right to me as it is a more of code than content.
I made some changes to bundle POM.. It is active now but I do not have any code to check if that works...vivek-sachdeva / orientdb-test / commit / 83b61ecfdd04 — Bitbucket Take a look..
I think there would be some JS error.. Possible that the dialog got copied under incorrect node.. Can verify the hierarchy of your new component? If there is a sample package that you can share, that will be great... Could you also check browser console and share JS error, if you see any?P.S. overla...
IMO, should use JS templating - Dust, Handlebar or something.- Create a template for product comparison that takes a JS object containing details of all products.- On click of compare, feed this template the JS object and render it.
Here is an article talking about similar issue.. This was 5.6.. Shouldnt be any different in higher version as well..AEM(CQ5.6) BULK EDITOR Extension Part 1 | TO THE NEW Blog Cheers!!
Should not copy paste whole dialog. That defeats the purpose of resource merger. Here is a link that does similar to what you are doing GitHub - Adobe-Marketing-Cloud/aem-authoring-extension-page-dialog . But still its strange that copying the dialog doesnt work. Could you add details exactly what ...