- Issue created by @guignonv
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
10 days ago 8:47am 13 December 2024
The purpose of the "Save & edit" button on the external entity type edit page is to stay on the edition page and avoid going back to the external entity type list. It works well unless a "destination" is set in the page query string, which overrides the redirection to the edition page.
Use the edit links on the external entity types list page as they include the 'destination' query string. Use the "Save & edit" button and you got back to the list instead of the edition page.
Disable the "destination" redirection when using the "Save & edit" button.
Investigate how to disable the "destination" redirection when using the "Save & edit" button.
Maybe handled by the site Request object ($request = \Drupal::request();)?
How to change that in the ExternalEntityTypeForm class (around line 1243)?
Active
3.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.