-
Notifications
You must be signed in to change notification settings - Fork 71
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
Refund list view fails if CreditMemo entity has been overridden #216
Conversation
Co-authored-by: Łukasz Chruściel <[email protected]>
src/Resources/config/app/config.yml
Outdated
@@ -62,7 +62,7 @@ sylius_grid: | |||
driver: | |||
name: doctrine/orm | |||
options: | |||
class: Sylius\RefundPlugin\Entity\CreditMemo | |||
class: %sylius_refund.model.credit_memo.class% |
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.
AFAIK this parameter is never set inside the plugin.
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 guess it's the SyliusResourceBundle, which sets this parameter, but I'm not sure about that. But the parameter is definitely available in the container.
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.
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.
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.
Will this pull request ever be merged or should I close it? |
Thank you, Luca, and sorry for makinging it that long 🖖 |
No problem, mostly a little reminder is all it takes 🙂 thanks for merging! |
No description provided.