EasyCorp / EasyAdminBundle

EasyAdmin is a fast, beautiful and modern admin generator for Symfony applications.
MIT License
3.99k stars 1.01k forks source link

Admin Url Fix for linking from Edit/Detail to Index pages. #6252

Open nopenopenope opened 1 month ago

nopenopenope commented 1 month ago

Scenario:

Expected result:

Result:

The main point is that the current setup assumes that there will always be existing links. Since non-referring pages like the Index do not need the entityId parameter, we can unset it when the scenario is matched (URL goes to Index, EntityId is set).