Browse Source

Merge pull request #3389 from tablaz/patch-2

Update the_list_view.rst
Oskar Stark 9 years ago
parent
commit
41efdd80e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/doc/getting_started/the_list_view.rst

+ 1 - 1
Resources/doc/getting_started/the_list_view.rst

@@ -184,7 +184,7 @@ the search field to use the ``name`` property of the Category:
         protected function configureDatagridFilters(DatagridMapper $datagridMapper)
         protected function configureDatagridFilters(DatagridMapper $datagridMapper)
         {
         {
             $datagridMapper
             $datagridMapper
-                ->add('title');
+                ->add('title')
                 ->add('category', null, array(), 'entity', array(
                 ->add('category', null, array(), 'entity', array(
                     'class'    => 'AppBundle\Entity\Category',
                     'class'    => 'AppBundle\Entity\Category',
                     'property' => 'name',
                     'property' => 'name',