Skip to content

Commit 7ef549f

Browse files
committed
BUGFIX: translation repository behavior due to Flow managed entity classes
Previously, the Translation entity got added to the Flow object includeClasses setting to fix a problem in the core. However, the translation repository (findOneBy query) of the Gedmo extension creates wrong queries when managed by the Flow framework. To make independent doctrine entities work with Flow again, a fix to the Neos.Flow package might be added (PR: neos/flow-development-collection#1955).
1 parent 4553685 commit 7ef549f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Configuration/Settings.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ Sandstorm:
77
persistDefaultLocaleTranslation: false
88
Neos:
99
Flow:
10-
object:
11-
includeClasses:
12-
gedmo.doctrineextensions:
13-
- 'Gedmo\\Translatable\\Entity'
1410
persistence:
1511
doctrine:
1612
eventListeners:

0 commit comments

Comments
 (0)