the umbraco backend editor shows the creator, create date and updated date in the properties tab for each content element.
What is missing is the information on the last editor. I know that I can view this information via the Audit Trail, but I would ideally have it displayed in the general properties tab for easy access.
Can anyone suggest a solution on how to extend the list of displayed properties. I can see that in the DB the information is saved as WriterName.
Last Editor in umbraco backend
Hi,
the umbraco backend editor shows the creator, create date and updated date in the properties tab for each content element.
What is missing is the information on the last editor. I know that I can view this information via the Audit Trail, but I would ideally have it displayed in the general properties tab for easy access.
Can anyone suggest a solution on how to extend the list of displayed properties. I can see that in the DB the information is saved as WriterName.
Thanks,
Christian
On the IPublishedContent object returned by Umbraco for your current page there is a property called WriterName.
You can use that.
Dave
is working on a reply...