Skip to content

Commit

Permalink
Merge pull request #35 from Runroom/hotfix/contact-status
Browse files Browse the repository at this point in the history
Fix contact admin status field
  • Loading branch information
jordisala1991 committed Aug 30, 2021
2 parents 28f9504 + 5f1f5f4 commit c1df1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/Admin/ContactAdmin.php
Expand Up @@ -99,7 +99,7 @@ protected function configureListFields(ListMapper $list): void
'catalogue' => 'messages',
'choices' => array_flip(Contact::$statusChoices),
'editable' => true,
'template' => '@Samples/Forms/sonata/contact-status.html.twig',
'template' => '@RunroomSamples/Forms/sonata/contact-status.html.twig',
])
->add('_action', 'actions', [
'actions' => ['delete' => []],
Expand Down

0 comments on commit c1df1a9

Please sign in to comment.