Skip to content

Commit

Permalink
Merge pull request #10 from Syrgak-Alan/2.x
Browse files Browse the repository at this point in the history
added bundles and objects to filtering filters
  • Loading branch information
oltmanns-leuchtfeuer authored Jan 10, 2024
2 parents 4fdad4d + f04f0ce commit 277a02a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Form/LogFilterType.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'campaign' => 'campaign',
'page' => 'page',
'dynamicContent' => 'dynamicContent',
'form' => 'form',
'email' => 'email',
'stage' => 'stage',
'asset' => 'asset',
],
'required' => false,
'multiple' => true,
Expand All @@ -67,6 +71,8 @@ public function buildForm(FormBuilderInterface $builder, array $options)
'form' => 'form',
'segment' => 'segment',
'dynamicContent' => 'dynamicContent',
'stage' => 'stage',
'asset' => 'asset'
],
'required' => false,
'multiple' => true,
Expand Down

0 comments on commit 277a02a

Please sign in to comment.