Skip to content

Commit

Permalink
fix route filter name. via @psytraxx
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Mar 31, 2014
1 parent f3c27b8 commit 0b2ce04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Admin/RouteAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ protected function configureFormFields(FormMapper $formMapper)
protected function configureDatagridFilters(DatagridMapper $datagridMapper)
{
$datagridMapper
->add('name', 'doctrine_phpcr_string');
->add('name', 'doctrine_phpcr_nodename');
}

public function setRouteRoot($routeRoot)
Expand Down

1 comment on commit 0b2ce04

@psytraxx
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok - i did the same in my PR - you can delete it if you would like to

Please sign in to comment.