-
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
[WIP] Credit memo order relation #171
Conversation
e235c98
to
cc88af7
Compare
@@ -12,3 +12,6 @@ doctrine: | |||
charset: UTF8 | |||
|
|||
url: '%env(resolve:DATABASE_URL)%' | |||
orm: | |||
resolve_target_entities: | |||
Sylius\Component\Core\Model\OrderInterface: Sylius\Component\Core\Model\Order |
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.
Why did you add it here?
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.
For some reason, it was not working without... I was doing a quick PoC so I've added it and decided to resolve it later. @AdamKasp now is "later" 😄
0fc85cf
to
fb3434d
Compare
fb3434d
to
a48ffdc
Compare
…and refund page - order (Zales0123, AdamKasp) This PR was merged into the 1.0-dev branch. Discussion ---------- based on #171 I added breadcrumbs to Credit Memo, fixed breadcrumbs on refunds page, and I deleted redundant route with service from Credit memo index page refund page: ![Screenshot 2020-01-13 at 15 54 01](https://user-images.githubusercontent.com/29897151/72265592-0a1f5b00-361d-11ea-8f7e-7abf443d4601.png) credit memo page: ![Screenshot 2020-01-13 at 15 54 26](https://user-images.githubusercontent.com/29897151/72265610-13a8c300-361d-11ea-8c4b-e4636419e2b8.png) Commits ------- 63842d4 Change order number to order relation and use it 00c6a35 Add breadcrumb for credit memo, fix refund breadcrumb
Add a relation between order and credit memo as a first step to have easily navigation between refund/credit memo and order.
replaced by #172