Reindex the collections in CollectionType to prevent issues related of changing the order between the requests.

This commit is contained in:
Jan Böhmer 2020-04-01 15:10:06 +02:00
parent b3805277b9
commit f0a3e9b5af
6 changed files with 128 additions and 1 deletions

View file

@ -244,6 +244,7 @@ class UserAdminForm extends AbstractType
'allow_add' => true,
'allow_delete' => true,
'label' => false,
'reindex_enable' => true,
'entry_options' => [
'data_class' => $options['attachment_class'],
],