Skip to content

Commit 43a409f

Browse files
authored
[Docs] Fix speaker autocomplete (#305)
2 parents 541193e + 30ca27c commit 43a409f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/cookbook/admin_panel/grids.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ final class TalkGrid extends AbstractGrid
320320
->addFilter(
321321
Filter::create(name: 'speaker', type: SpeakerFilter::class)
322322
->setLabel('app.ui.speaker')
323+
->setOptions(['fields' => ['speaker.id']])
323324
);
324325

325326
// ...

0 commit comments

Comments
 (0)