We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 076eb53 + 6139f07 commit c85cad0Copy full SHA for c85cad0
Admin/RouteAdmin.php
@@ -106,6 +106,8 @@ protected function configureDatagridFilters(DatagridMapper $datagridMapper)
106
107
public function setRouteRoot($routeRoot)
108
{
109
+ // make limitation on base path work
110
+ parent::setRootPath($routeRoot);
111
// TODO: fix widget to show root node when root is selectable
112
// https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle/issues/148
113
$this->routeRoot = PathHelper::getParentPath($routeRoot);
0 commit comments