NodeFactory.Node returns Node with unpublished changes
Hey all,
We have a .NET User Control which displays article summaries. The article DocType has a mandatory DisplayDate property, of type DatePicker. Our issue is that when we clear this property, and click save (or save and publish, getting an error), when our User Control calls "new Node(id)", the node object returned contains the unpublished changes, including the blank date.
Are we doing something wrong? Is this a bug? (we are using Umbraco 4.9)
NodeFactory.Node returns Node with unpublished changes
Hey all,
We have a .NET User Control which displays article summaries. The article DocType has a mandatory DisplayDate property, of type DatePicker. Our issue is that when we clear this property, and click save (or save and publish, getting an error), when our User Control calls "new Node(id)", the node object returned contains the unpublished changes, including the blank date.
Are we doing something wrong? Is this a bug? (we are using Umbraco 4.9)
Thanks in advance
is working on a reply...