UmbracoLog wrongfully logs unPublish event with user ID 0
Use case 1: unpublish a page via umbraco backend
Use case 2: upload media
In both cases the user id logged to umbracoLog table is always 0. Save and publish results in correct user id being logged to umbracoLog table.
Following screenshot describes the problem. Eventhough the logged in user in umbraco backend is user id:1, unpublish and media upload events are logged with user id 0.
We also tried setting umbracoUser.userDisabled flag to true, but resulted in same behaviour.
I believe user id is not being set during unpublish and media upload events.
UmbracoLog wrongfully logs unPublish event with user ID 0
Following screenshot describes the problem. Eventhough the logged in user in umbraco backend is user id:1, unpublish and media upload events are logged with user id 0.
We also tried setting
umbracoUser.userDisabled
flag to true, but resulted in same behaviour.I believe user id is not being set during unpublish and media upload events.
Umbraco version: 7.2.5
Hi, thanks for reporting, can you please log an issue here with the above steps?
http://issues.umbraco.org/
Here is the link to issue i just created http://issues.umbraco.org/issue/U4-6867, thanks.
is working on a reply...