Hi @mahdern11613285 I have made the list of paths and using below groovy script we have removed all those nodes. After this change I don't see any issue.import javax.jcr.Nodeimport javax.jcr.Session// Array of node paths to deletedef pathsToDelete = ["/content/**************/product_listing_copy"]//...
Hi, I have fixed this issue in my project. When we unpulish the asset we don't have any issue but issue is with fragment.For example we have fragmement and it is getting used in all of the pages. If we just edit the fragment and save it ,and if we unpublish the page, fragment also is getting unpubl...
when we publish workflow it's activating page assets and all references but when replicationActionType is Unpublish it should not activate assets and other references since these refernces are used in other places and it might break in other pages.Is there a way to write condition when replication...
Hi @Asutosh_Jena_ We're also getting the same error in logs, ContextHub isn't defined, and there are no errors in console.The Js is rendering correctly on my website's URL. Is there anything else we need to check
Thank you for your quick response and detailed explaination.In our case we have 2 set of sightly test conditions. In first test condition will get 1st product nd from other test condition we are getting other products nd we are using template call so whenever we click click on Loadmore both conditio...
Hi,Example: we have total 20 products ,we will be showing 5 products on page load and on click of laodmore will show other 5 products.but issue is when we click on loadmore first product is getting displayed again everytime on click of loadmore button. we have wriiten in condition in sightly. Is the...
By default in request.log file will get request(method,protocal),response (status code,response time) and protocal details.If I want to log same as request.log file in other custom log file(Ex:error.log). Is there any configuation I need to add ?