You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when you have type: references and add a count validator the error message in backend is shown without the minimum and maximum integers that are in the yaml The count must be between {minimum} and {maximum}.
When you have type: references and add a count validator the error message in backend is shown with the minimum and maximum integers that are in the yaml The count must be between 0 and 3.
Steps To Reproduce
create property with type references
Neos.Neos/Validation/CountValidator with minimum of 0 and maximum 3. (the numbers can of course be different)
go into the backend and put 4 references in
Environment
- Flow: 8.1.2
- Neos: 8.1.2
- PHP: 8.1
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
Currently when you have type: references and add a count validator the error message in backend is shown without the minimum and maximum integers that are in the yaml
The count must be between {minimum} and {maximum}.
Example from my Project:
Expected Behavior
When you have type: references and add a count validator the error message in backend is shown with the minimum and maximum integers that are in the yaml
The count must be between 0 and 3.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: