Skip to content

Commit 9184659

Browse files
author
Visay Keo
committed
[BUGFIX] Assign array key to doctrine event listener
Because of the unkeyed array (using "-"), Flow will merge the array of setting TYPO3.Flow.persistence.doctrine.eventListeners with another unkeyed array from another package which will cause issue that the last package's setting will override the previous ones.
1 parent cdc8dbe commit 9184659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/Settings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ TYPO3:
1717
persistence:
1818
doctrine:
1919
eventListeners:
20-
-
20+
'Flowpack\ElasticSearch\Indexer\Object\Signal\Doctrine\EmitterAdapter':
2121
events: ['postUpdate', 'postPersist', 'postRemove']
2222
listener: 'Flowpack\ElasticSearch\Indexer\Object\Signal\Doctrine\EmitterAdapter'

0 commit comments

Comments
 (0)