-
-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUGFIX: Fix error msg of CountValidator #3376
BUGFIX: Fix error msg of CountValidator #3376
Conversation
Is 8.3 the right target branch? |
It seems to be a regression introduced with 8.0 in #2996. |
Should I rebase to 8.0? |
If you rebase your branch on a older history you would transfer all changes since the 8.0 release and not just this one. It will be easier if you start a new branch based on 8.0 and cherry pick your changes. |
Yeah I know, but for me I still call it 'rebasing', sry 😄 |
1c6379f
to
34d2a08
Compare
What I did
Fixed issue 4034 in Neos Repo.
How I did it
Fixed regression.
Wrote a unit test that checks that the validation function returns an React element with the correct props in case of an error.
How to verify it
Run tests.