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
As written in #35. If content is saved in en and then saved in de it will at the following line create 2 unlocalizedDimension data with the same dimension attributes, when flushing this will end in a uniqueConstraint error.
As written in #35. If content is saved in
en
and then saved inde
it will at the following line create 2unlocalizedDimension
data with the same dimension attributes, when flushing this will end in a uniqueConstraint error.SuluContentBundle/Content/Application/DimensionContentCollectionFactory/DimensionContentCollectionFactory.php
Lines 73 to 77 in 29afa52
This should be avoided by creating maybe an in memory cache. We have a similiar issue with the TagFactory here #176
The text was updated successfully, but these errors were encountered: