On one of my types I am automatically filling in a date/time field on the BeforePublish event. It works, but the content is not shown in the field in the Umbraco backoffice. I have to reload the node before I see the date.
Is there a way around this? I want the editor to directly see the date after he/she publishes the article.
Updated field (OnPublish) not showing in Umbraco
Hi,
On one of my types I am automatically filling in a date/time field on the BeforePublish event. It works, but the content is not shown in the field in the Umbraco backoffice. I have to reload the node before I see the date.
Is there a way around this? I want the editor to directly see the date after he/she publishes the article.
Thanks.
Hi julius,
Are you calling the umbraco.library.RefreshContent() after your save/publish calls? :)
is working on a reply...