소스 검색

Update the_list_view.rst

tablaz 9 년 전
부모
커밋
4c23ff817e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',