Macro and Partial Views rendering deleted content.
Hello Experts,
I'm new to Umbraco , but not to developing. I'm noticing an issue in Umbraco with deleted content. A client of mine has deleted an event in the BackOffice , but the macro I created still pulls in and renders the deleted content. I have emptied the recyle bin but still shows up. I thought Umbraco only shows published content. Therefore, I'm puzzled why it can still be published. Here is the code in my macro. Thanks in advance!!
Following on from Alex's comment. Have you checked your macro settings? There is an option on macro's to enable caching which could be causing the issue you are seeing.
If caching isn't enabled on the Macro, how are you calling the macro in the first place?
Thanks. It worked republishing the whole site. Nik to answer your question, I made sure the cache options where off. You guys are cool and nice. Thanks!
Macro and Partial Views rendering deleted content.
Hello Experts,
I'm new to Umbraco , but not to developing. I'm noticing an issue in Umbraco with deleted content. A client of mine has deleted an event in the BackOffice , but the macro I created still pulls in and renders the deleted content. I have emptied the recyle bin but still shows up. I thought Umbraco only shows published content. Therefore, I'm puzzled why it can still be published. Here is the code in my macro. Thanks in advance!!
Hi
Try to republish all site and nodes that you are using
Also, please check is there some cache in your solution?
Alex
Hi encoredatas,
Following on from Alex's comment. Have you checked your macro settings? There is an option on macro's to enable caching which could be causing the issue you are seeing.
If caching isn't enabled on the Macro, how are you calling the macro in the first place?
Thanks,
Nik
Thanks. It worked republishing the whole site. Nik to answer your question, I made sure the cache options where off. You guys are cool and nice. Thanks!
You are welcome, have a great day!
is working on a reply...