Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kristoffer Eriksen 185 posts 465 karma points
    Jan 19, 2023 @ 09:23
    Kristoffer Eriksen
    0

    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?

Please Sign in or register to post replies

Write your reply to:

Draft