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
Sluggable is a bit too finicky. With Em->flush() it raises error where it's not supposed to.
Examples :
Saving an Ad entity (Sluggable error because some Section are not translated) BaseSluggableListener ->doGenerateSlug (object(OnFlushEventArgs), object(SectionTranslation)) in ~/vendor/unifik/doctrine-behaviors- bundle/Unifik/DoctrineBehaviorsBundle/ORM/Sluggable/BaseSluggableListener.php at line 118
Mass delete BlogArticle (Sluggable error because some Article are not translated) BaseSluggableListener ->doGenerateSlug (object(OnFlushEventArgs), object(ArticleTranslation)) in ~/vendor/unifik/doctrine-behaviors-bundle/Unifik/DoctrineBehaviorsBundle/ORM/Sluggable/BaseSluggableListener.php at line 118
The text was updated successfully, but these errors were encountered:
Sluggable is a bit too finicky. With Em->flush() it raises error where it's not supposed to.
Examples :
BaseSluggableListener ->doGenerateSlug (object(OnFlushEventArgs), object(SectionTranslation)) in ~/vendor/unifik/doctrine-behaviors- bundle/Unifik/DoctrineBehaviorsBundle/ORM/Sluggable/BaseSluggableListener.php at line 118
BaseSluggableListener ->doGenerateSlug (object(OnFlushEventArgs), object(ArticleTranslation)) in ~/vendor/unifik/doctrine-behaviors-bundle/Unifik/DoctrineBehaviorsBundle/ORM/Sluggable/BaseSluggableListener.php at line 118
The text was updated successfully, but these errors were encountered: