diff --git a/sources/FormType/Orm/AttCodeGroupByType.php b/sources/FormType/Orm/AttCodeGroupByType.php index e6c833e45..e59f21dc5 100644 --- a/sources/FormType/Orm/AttCodeGroupByType.php +++ b/sources/FormType/Orm/AttCodeGroupByType.php @@ -20,7 +20,7 @@ class AttCodeGroupByType extends AbstractType public function buildForm(FormBuilderInterface $builder, array $options) { $builder->addEventListener($options['hook_type'], function (FormEvent $event) use ($options): void { - \IssueLog::Info($event->getForm()->getName().' POST_SUBMIT'); + \IssueLog::Info($event->getForm()->getName().' '.$options['hook_type']); call_user_func($options['callback'], $event); }); }