Skip to content

Commit 6d22618

Browse files
blanksebrusch
authored andcommitted
Fix: Undefined index: duplicates_view
1 parent 4c4bf9e commit 6d22618

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ private function buildCustomerDuplicatesServicesNode()
378378
->end()
379379

380380
->arrayNode('duplicates_view')
381+
->addDefaultsIfNotSet()
381382
->children()
382383
->booleanNode('enabled')->defaultFalse()->end()
383384
->arrayNode('listFields')
@@ -391,6 +392,7 @@ private function buildCustomerDuplicatesServicesNode()
391392
->end()
392393

393394
->arrayNode('duplicates_index')
395+
->addDefaultsIfNotSet()
394396
->children()
395397
->booleanNode('enableDuplicatesIndex')
396398
->defaultFalse()

0 commit comments

Comments
 (0)