ContentSavingNotification is handled before required field-validation in Umbraco Backend
Hey Umbraco-peeps
I'm doing some content-handling on a node while saving, but the handle-method on the ContentSavingNotification is run even though I'm having some required fields on the contentnode.
I'm using Umbraco V10.3.2.
When doing the same in the clients current solution (8.6.4) and using the
ContentService.Saving += ContentService_Saving;
it's not run until every required field in the Umbraco Backend is correctly filled
Is there another way in doing it, so I'm sure that every validation on fields, is done, before running the custom saving-code?
ContentSavingNotification is handled before required field-validation in Umbraco Backend
Hey Umbraco-peeps
I'm doing some content-handling on a node while saving, but the handle-method on the ContentSavingNotification is run even though I'm having some required fields on the contentnode. I'm using Umbraco V10.3.2.
When doing the same in the clients current solution (8.6.4) and using the
it's not run until every required field in the Umbraco Backend is correctly filled
Is there another way in doing it, so I'm sure that every validation on fields, is done, before running the custom saving-code?
is working on a reply...