History not updating when publishing a item for the first time
Hello, I recognized a weird behavior when publishing content for the first time. When you click on the post there is no item in the history under the info tab.
Gif of the issue:
Also in if you look at the audit of a post with the ApplicationContext.Services.AuditService.GetPagedItemsByEntity() there is no item on the first publish. Only the changes after the first publish get written into it.
Is there a reason for this behavior and can it be "fixed"?
History not updating when publishing a item for the first time
Hello, I recognized a weird behavior when publishing content for the first time. When you click on the post there is no item in the history under the info tab.
Gif of the issue:
Also in if you look at the audit of a post with the
ApplicationContext.Services.AuditService.GetPagedItemsByEntity()
there is no item on the first publish. Only the changes after the first publish get written into it.Is there a reason for this behavior and can it be "fixed"?
Thanks in advance
Hey Nikola,
I have had a quick look into this and it seems like a possible bug - I have posted a PR for it here: https://github.com/umbraco/Umbraco-CMS/pull/3789
It seems like a possibly oversight, but it may also be that this is intended behaviour so we'll see what happens!
Cheers, Laura
Hey Laura,
Thank you for looking into and brining a solution up, appreciate it a lot!
Regards
Nikola
is working on a reply...