-
Notifications
You must be signed in to change notification settings - Fork 70
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
Moved all entities to mapped-superclasses for better extensibility #130
Moved all entities to mapped-superclasses for better extensibility #130
Conversation
We need to finish a fix for the InvoicePlugin and port that over to this repository as well. |
The main problem with this change is that we have a few embeddables used in the doctrine mapping... This is the same bug as here: Sylius/InvoicingPlugin#97. Do you have any idea how it can be fixed? Every help would be helpful, as it for sure needs to be resolved. |
I currently have no idea how to fix that and I will probably not get the time to look into that in depth before our setup crashes. ;) And yes, its the same as Sylius/InvoicingPlugin#97 - I also mentioned this. Can we maybe tag these issues over Refund/Invoice/Rbac Plugin - because Rbac will probably get the same issues as soon as its starting to use embeddables. Voting to keep the Invioice-Issue as the main discussion though :) |
One solution to rule them all: Sylius/SyliusResourceBundle#89 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've made a CreditMemoSequence
entity again - I suppose it should not be easily extendable, as it's just a helper entity for credit memo number creation... And it was braking some tests 😄
Merging it as it improves the current state of this plugin, though I'll investigate the issue with |
Thank you, Peter! 🎉 |
Can you also please tag a version of this for Sylius 1.3?
Closes #132.