I've got a bit of an odd issue and I'm not sure how to track it down - if you set a 'Publish At' datetime, the User reported to have done the publishing is incorrect.
So, User A sets the date and saves the page, but when it is published User B is reported as having done it. If I look at the document Writer and User (by dumping this info into the logs with an event handler) then they are reported as User B, even though User A has triggered the publish.
Publishing normally via 'Save and Publish' works correctly.
Has anyone come across this before? Or know where in the Umbraco source I can look at the code for 'Publish At' so I can try figure out what's happening?
After some further investigation it appears that when a page is set to publish with 'Publish At', it will use the Creator as the user to publish the page, not the user that has most recently saved the page. Is this a bug?
Wrong User reported as publishing page
Hi,
I've got a bit of an odd issue and I'm not sure how to track it down - if you set a 'Publish At' datetime, the User reported to have done the publishing is incorrect.
So, User A sets the date and saves the page, but when it is published User B is reported as having done it. If I look at the document Writer and User (by dumping this info into the logs with an event handler) then they are reported as User B, even though User A has triggered the publish.
Publishing normally via 'Save and Publish' works correctly.
Has anyone come across this before? Or know where in the Umbraco source I can look at the code for 'Publish At' so I can try figure out what's happening?
Thanks!
After some further investigation it appears that when a page is set to publish with 'Publish At', it will use the Creator as the user to publish the page, not the user that has most recently saved the page. Is this a bug?
is working on a reply...