Skip to content

Commit

Permalink
https://github.com/codeconsortium/CCDNForumForumBundle/issues/47
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfabian committed Dec 24, 2015
1 parent 146424b commit a15e7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Type/Admin/Board/BoardCreateFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
array(
'property' => 'name',
'class' => $this->categoryClass,
'group_by' => 'category.forum.name',
'group_by' => 'forum.name',
'query_builder' =>
function (EntityRepository $er) {
return $er
Expand Down

0 comments on commit a15e7c9

Please sign in to comment.