You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the DimensionRepository does need a flush before the Dimension can be loaded this should not be the case, the queries should also keep the new unitofwork entities into it.
When Implemented the Skips can be removed from the tests:
@nnatter I think we still have a similar problem with the new DimensionContent when I save a content in a process with en and de it will create 2. It will create 2 unlocalizedDimension which will then end in a unique constraint error when flusing them.
Currently the DimensionRepository does need a flush before the Dimension can be loaded this should not be the case, the queries should also keep the new unitofwork entities into it.
When Implemented the Skips can be removed from the tests:
SuluContentBundle/TestCases/Dimension/DimensionRepositoryTestCaseTrait.php
Lines 63 to 65 in 3ef2765
Possible Solution:
Create a collection of unit of work entities and use criteria to filter it.
The text was updated successfully, but these errors were encountered: