- First commit to issue fork.
- Status changed to RTBC
about 1 year ago 6:06pm 21 March 2024 - πΊπΈUnited States smustgrave
Turned to an MR and fixed a minor PHPCS.
- First commit to issue fork.
- Status changed to Needs work
about 1 year ago 9:15am 22 March 2024 - π¬π§United Kingdom alexpott πͺπΊπ
The test is not actually running and is broken once it is... pushed a commit showing this.
- Status changed to Postponed: needs info
about 1 year ago 4:28pm 26 March 2024 - πΊπΈUnited States smustgrave
So I tried replicating on latest changes and when I break lock from /de/node/2/edit I end up on /de/node/2
Maybe this fixed somewhere else?
- Status changed to Needs review
about 1 year ago 6:44pm 27 March 2024 - πΊπΈUnited States smustgrave
Still can't replicate so reverted the change but added test coverage to show.
- πΊπ¦Ukraine AstonVictor
I guess it's only possible to reproduce it if the user has the URL in the next format -
/{LANG}/node/{ID}/edit?destination=/node/{ID}
.
So, theEntityBreakLockForm::submitForm()
will redirect the user to the destination parameter instead of the entity page.please, check your query parameters. probably, you have another module or custom code for adding query parameters to some pages.
thanks