From what I understood validation of mandatory properties should be enforced only when publishing a node, while it should be possible to save even is mandatory properties are empty.
Is this correct?
If it is, what can be causing a validation error also when saving (without publishing) a node?
This only happens in the backoffice. If I save via Content APIs the node gets saved even with missing properties.
Apparently it's by design from Umbraco 7, and before it was possible.
And seems pretty difficult to implement properly: http://issues.umbraco.org/issue/U4-6194
Mandatory property validation fails also on save
From what I understood validation of mandatory properties should be enforced only when publishing a node, while it should be possible to save even is mandatory properties are empty.
Is this correct?
If it is, what can be causing a validation error also when saving (without publishing) a node?
This only happens in the backoffice. If I save via Content APIs the node gets saved even with missing properties.
Using Umbraco 7.3
Thx
Hi Simone,
from what I now is that if you have a mandatory field and you want to save or save and publish the node, it must be filled in.
/Michael
Ah, ok... I thought it was enforced only when save and publish.
Thx
Apparently it's by design from Umbraco 7, and before it was possible. And seems pretty difficult to implement properly: http://issues.umbraco.org/issue/U4-6194
is working on a reply...