This problem has only started occurring after upgrading Umbraco to version 4.5.0. I was on version 4.0.4.1 previously.
When filling in the "Remove at" field of a content node, the publishing service removes the relevant node from the umbraco.config XML as expected.
However, in the Umbraco CMS back-end the node's "Publication status" is still published. The "Remove at" field is also not cleared. The "Link to document" field is blank.
Upon inspecting the source code, it looks like Document.ExpireDate is no longer being set and Document.UnPublish is no longer being called.
It could be bug, and best bet is to file this as a bug on Codeplex to get the core team's attention. Have you tested it on a fresh 4.5 install as well? If so, and problem persist, be sure to add a new work item on Codeplex.
Problem with automatic unpublishing in 4.5.0
Hi,
This problem has only started occurring after upgrading Umbraco to version 4.5.0. I was on version 4.0.4.1 previously.
When filling in the "Remove at" field of a content node, the publishing service removes the relevant node from the umbraco.config XML as expected.
However, in the Umbraco CMS back-end the node's "Publication status" is still published. The "Remove at" field is also not cleared. The "Link to document" field is blank.
Upon inspecting the source code, it looks like Document.ExpireDate is no longer being set and Document.UnPublish is no longer being called.
Is this a bug or have I messed up my upgrade?
Thanks!
It could be bug, and best bet is to file this as a bug on Codeplex to get the core team's attention. Have you tested it on a fresh 4.5 install as well? If so, and problem persist, be sure to add a new work item on Codeplex.
Cheers,
/Dirk
is working on a reply...