Commit 0793b760 by Damien Moulard

fix code typo

parent 61d77d24
...@@ -183,8 +183,8 @@ class FluxAdmin extends AbstractAdmin ...@@ -183,8 +183,8 @@ class FluxAdmin extends AbstractAdmin
'show_filter' => true, 'show_filter' => true,
'advanced_filter' => false, 'advanced_filter' => false,
'field_options' => [ 'field_options' => [
'choice_label' => $this->getConfigurationPool()->getContainer()->get('doctrine')->getRepository(Subterritory::class)->findAll(), 'choice_label' => 'name',
'choices' => $st 'choices' => $this->getConfigurationPool()->getContainer()->get('doctrine')->getRepository(Subterritory::class)->findAll()
], ],
]); ]);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment