You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
According to the documentation here https://phlyrestfully.readthedocs.org/en/latest/ref/advanced-routing.html one should use a metadata_map instead of using listeners.
But according to this line: https://github.com/phly/PhlyRestfully/blob/master/src/PhlyRestfully/Plugin/HalLinks.php#L558
It's extracted from the metadata
identifier_namethat represents the identifier for the object and not the route.thus the metadata_map can currently not solve the child routes properly.
My suggestion would be to add another parameter to the metadata mapping
route_identifier_nameand if it's not set assume the same asidentifier_nameSuggestions on a fix @weierophinney ?