A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I am writing an implementation of server side validation for a property by creating a custom ValidationAttribute and I using this guid as an example
http://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/Content/Properties/Property-types/Writing-custom-attributes/
The problem I have is that I have also marked the property as Required and it seems like by doing that Episerver are not triggering my validationattribute when the users click create.
Are there anyone else who has made a simular implementation and got it to work?