Skip to content

bugfix: fix solid-link with id

Matthieu Fesselier requested to merge bugfix/solid-link-id into master

This MR fixes a problem currently in production on Hubl.

To reproduce:

  • go in the admin of circles /admin-circles
  • click on the name of a circle in the list -> the id of the circle is not in the URL

This happens because, when we activate the route, we check for its parents. But when we activate the parents, we don't look for the one which needs the id to give it to him.

ping @jbpasquier

Merge request reports