SaveAndPublishWithStatus not working in Umbraco 7.6
Hi,
Anyone else run into this issue?
var c = ApplicationContext.Current.Services.ContentService;
var content = c.CreateContent("Test Page", node.Id, "TestPage");
c.SaveAndPublishWithStatus(content);
Above code you would expect your Test Page to be published properly.
It does get published however the link to document results in:
This document is published but is not in the cache
Same here. Have been creating nodes with the AutoNode plugin, and all nodes that are created programmatically have this behavior. I would too like to know whether this is a bug, haven't found the cause yet.
SaveAndPublishWithStatus not working in Umbraco 7.6
Hi,
Anyone else run into this issue?
var c = ApplicationContext.Current.Services.ContentService; var content = c.CreateContent("Test Page", node.Id, "TestPage"); c.SaveAndPublishWithStatus(content);
Above code you would expect your Test Page to be published properly.
It does get published however the link to document results in:
This document is published but is not in the cache
Think this may be a bug in 7.6
Cheers,
Marc
Same here. Have been creating nodes with the AutoNode plugin, and all nodes that are created programmatically have this behavior. I would too like to know whether this is a bug, haven't found the cause yet.
Same here. Have you opened a bug report (here http://issues.umbraco.org/dashboard)?
Having the same problem with 7.6.6, updated http://issues.umbraco.org/issue/U4-9865
is working on a reply...