-
-
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: Allow redirect to invisible nodes for preview #2557
BUGFIX: Allow redirect to invisible nodes for preview #2557
Conversation
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.
by reading
172b1e9
to
6db65da
Compare
Note that this needs neos/neos-development-collection#2711 to work. |
Would love to have that! |
@dimaip Can you point me into some direction to understand why the e2e test fails? |
Hey @kdambekalns, to start with 3.x branch should not ever be used, it has been renamed to 4.0. |
This allows the `redirectToAction` to receive invisible nodes to redirect to. See neos#2500 - this is part of a solution
806bd9f
to
ad342c8
Compare
Trying with a "proper rebase" on 4.0 now… |
@dimaip That didn't help… is that a CircleCI cache issue ("found cache from build 17" sound suspicious?) |
Yup, it caches Neos distribution based on contents of this file: https://github.com/neos/neos-ui/blob/master/Tests/IntegrationTests/TestDistribution/composer.json#L3 |
Hey @kdambekalns, but this bugfix makes |
It should not cause any more harm. The added parameter is ignored, and before all you got was an exception anyway, no? |
But I'll check this later today… |
Ah, now I see… |
This allows the
redirectToAction
to receive invisible nodes to redirectto.
See #2500 - this is part of a solution