- 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.