EasyAdminBundle icon indicating copy to clipboard operation
EasyAdminBundle copied to clipboard

Different redirect behaviour since 4.24.3 (ugly urls)

Open pfpro opened this issue 11 months ago • 0 comments

I still use "ugly" URLs. After version 4.24.3, the redirect behavior is different.

I have a widget on my custom dashboard with links to entity crud's edit action. I added "&referrer=https://.../admin" to the query string for these links and was redirected back to my dashboard this way after submitting the edit form.

Since the new version, I will be redirected to the index page of the corresponding crud controller instead of the referring url, my custom dashboard.

Is there an alternative way now to restore the desired redirect behavior?

maybe related: https://github.com/EasyCorp/EasyAdminBundle/commit/4c1c63b093deafa1cfbe6fb2cd600f1135564df5

pfpro avatar Mar 22 '25 19:03 pfpro