Browse Source

Update the_list_view.rst

tablaz 9 years ago
parent
commit
4c23ff817e
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)
         {
             $datagridMapper
-                ->add('title');
+                ->add('title')
                 ->add('category', null, array(), 'entity', array(
                     'class'    => 'AppBundle\Entity\Category',
                     'property' => 'name',