-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add cross OM references support #192
base: main
Are you sure you want to change the base?
Conversation
Conflicts: DependencyInjection/Configuration.php DependencyInjection/StofDoctrineExtensionsExtension.php Resources/config/listeners.xml
When the extension was contributed, I commented saying it should receive ManagerRegistry instances instead of managers. @jwage said he would work on it: doctrine-extensions/DoctrineExtensions#625 |
+1 for that |
+1 bump ! |
+1 :) |
+1 |
2 similar comments
+1 |
👍 |
Hi! I see, this feature got stuck. I need it very much (different managers), so I'm going to re-factor it. I'll also provide the XML and YAML mapping drivers. |
Good luck @dbojdo It was already implemented in |
@diimpp thanks :/ Yeah. I've seen that, we can wait for the merging forever. Btw, why did you inject only one ManagerRegistry? As I know, DoctrineBundle and DoctrineMongodbBundle provide a independent ManagerRegistry. So you can't find the Manager for MongoDb Document in the Entity one. See: dbojdo/DoctrineExtensions@54b19d5 Anyway, I need this feature very much. If nothing change, I'll just create my own Extension based on this one. |
No credits for me, I'm just posting links :) For same reason I don't know reasoning behind implementation. |
@diimpp oh, sorry, I haven't noted :) Thanks anyway. |
@dbojdo did u re-factor it ? |
@chandon Hi! Yes, it's working fine see: doctrine-extensions/DoctrineExtensions#1320 |
@dbojdo thanks, i installed it from your DXI bundle, it's working well ! |
Support for this was added to DoctrineExtensions in https://github.com/l3pp4rd/DoctrineExtensions/pull/625