Hi!
I have a class implementing ValidationRuleBase<Page>
which returns errors based on field values.
I’m trying to do pretty much the same as in this example from the education: https://github.com/LitiumAB/Education/blob/master/Developer%20Education/Tasks/Validation/Resources/ValidateBookAuthor.cs
The only thing required to get field by field validation is to pass the field-id as first argument to add error. For whatever reason all my errors gets global (as in the “*” example in the ValidateBookAuthor example). How can this be? Is there a any way I can debug what might be wrong? I have compared the id’s of the field both in the database and in Litium backoffice and everything seems to be correct.
Litium version: [7.4.3-patch-2009172214]