I noticed that in the backend the page is not deleted (nice!), however in the frontend the page is gone (page not found error). The page only returns in the frontend when I republish it. Maybe some cache problem?
Thanks.
Fernando Umbraco 4.5.2 for .Net 3.5 with MySQL 5.1
I think it gets unpublished before the item gets deleted, not much I can do about that :-(.For the next version I will remove the delete button based on the property since I know a nice way to cache things now.
Since the document gets unpublished you could just re-publish again after preventing it from being deleted. So you could change your method to something like:
Working in backend, but problem in frontend
Hi Richard.
I noticed that in the backend the page is not deleted (nice!), however in the frontend the page is gone (page not found error). The page only returns in the frontend when I republish it. Maybe some cache problem?
Thanks.
Fernando
Umbraco 4.5.2 for .Net 3.5 with MySQL 5.1
Hi,
I think it gets unpublished before the item gets deleted, not much I can do about that :-(.For the next version I will remove the delete button based on the property since I know a nice way to cache things now.
Cheers,
Richard
Since the document gets unpublished you could just re-publish again after preventing it from being deleted. So you could change your method to something like:
is working on a reply...