- Issue created by @berliner
- Merge request !8Issue #3526856: Fix a race condition by setting the redirect url on the form state β (Open) created by berliner
- π©πͺGermany berliner
I have created a test-only branch where I added a test that should fail due to the described issue.
The other branch with the MR should fix that test. What it does:
- Make some fixes for the functional tests so that they are actually passing
- Remove the redirect part from the event subscriber and rename the event subscriber to better reflect what it does now, which is assuring that replicated entities are unpublished
- Add a form alter service that alters the replicate confirm forms and adds a submit handler to the replicate button. That submit handler then sets the form state redirect to the node edit url.
- πΊπ¦Ukraine ruslan piskarov Kyiv, Ukraine
ruslan piskarov β made their first commit to this issueβs fork.
-
ruslan piskarov β
committed 745d6324 on 8.x-1.x
Issue #3526856 by berliner, ruslan piskarov: Redirect triggered by event...
-
ruslan piskarov β
committed 745d6324 on 8.x-1.x
- πΊπ¦Ukraine ruslan piskarov Kyiv, Ukraine
ruslan piskarov β changed the visibility of the branch 8.x-1.x to hidden.
- π·π΄Romania claudiu.cristea Arad π·π΄
Services were removed in a minore release. That broke our site. We should not remove but deprecate.