symfony-cmf / routing-bundle

Symfony bundle to provide the CMF chain router to handle multiple routers, and the dynamic router to load routes from a database or other sources.
160 stars 78 forks source link

Fix #478: Override getRouteKey on the Route Entity (ORM) to return th… #479

Closed dbojdo closed 2 years ago

dbojdo commented 2 years ago

…route name rather than the numeric ID.

Q A
Branch? "master" for new features / the branch of the current release for fixes
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Fixed tickets #478
License MIT
Doc PR reference to the documentation PR, if any
dbu commented 2 years ago

thanks!