FriendsOfSymfony / FOSCommentBundle

Threaded comments for Symfony
http://friendsofsymfony.github.com/
MIT License
462 stars 230 forks source link

Binding ODM comments with ORM users? #712

Open kyeno opened 4 years ago

kyeno commented 4 years ago

Hey, I'm struggling with doing just that; keeping my FOSUsers in ORM, while leaving comments in MongoDB ODM - then making sure that upon writing a comment the User gets bound/referenced to Author properly. I didn't find anything about it in the docs. Tried experimenting a bit, tried with EventSubscriber and so far I'm failing. Any clues/tips?