Skip to content

Commit 566e5be

Browse files
tbialczalbozek
authored andcommitted
IBX-9060: Added submit buttons to notification selection forms
1 parent dfb616f commit 566e5be

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/bundle/Controller/NotificationController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
use Ibexa\Core\Notification\Renderer\Registry;
2424
use InvalidArgumentException;
2525
use Pagerfanta\Pagerfanta;
26+
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
2627
use Symfony\Component\HttpFoundation\JsonResponse;
2728
use Symfony\Component\HttpFoundation\Request;
2829
use Symfony\Component\HttpFoundation\Response;

src/lib/Form/Type/Notification/NotificationSelectionType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Symfony\Component\Form\AbstractType;
1313
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
1414
use Symfony\Component\Form\Extension\Core\Type\CollectionType;
15-
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
1615
use Symfony\Component\Form\FormBuilderInterface;
1716
use Symfony\Component\OptionsResolver\OptionsResolver;
1817

0 commit comments

Comments
 (0)