-
-
Notifications
You must be signed in to change notification settings - Fork 238
BUGFIX: Remove broken @Flow\IgnoreValidation from ContentRepository context #3411
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: Remove broken @Flow\IgnoreValidation from ContentRepository context #3411
Conversation
kdambekalns
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhm, why was this ever there?
|
Interesting test failures, though. Why is it installing 7.1.x of the Flow dev collection? |
|
Regarding the annotation itself: It was added with e09d551 – whether by myself or through a merge hiccup I cannot really tell. But it looks completely disconnected from the actual intention of that change, so I assume it was an oversight. |
Probably fixed with #3412 |
|
Yes once ##3412 is applied the error here occurs in the tests. |
|
I'm afraid this introduced a regression:
|
|
If this has a purpose the we have to revert the change and fix the test problem differently. |
|
Should be reverted once neos/flow-development-collection#2632 has landed, since the missing annotation caused the regression in #3515 |
|
=> #3516 |
This fixes the following error on master:
Since the variable with the annotation is populated in the constructor with a fresh instance the need of this annotation is at least questionable.