Skip to content
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

[FrontendBundle] fix only showing customer orders and not cars too #2201

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

dpfaffenbauer
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no

@dpfaffenbauer dpfaffenbauer added this to the 3.0.4 milestone Feb 3, 2023
@dpfaffenbauer dpfaffenbauer requested a review from a team February 3, 2023 08:53
@dpfaffenbauer dpfaffenbauer self-assigned this Feb 3, 2023
@dpfaffenbauer dpfaffenbauer merged commit fc89492 into coreshop:3.0 Feb 3, 2023
@dpfaffenbauer dpfaffenbauer deleted the customer-orders branch February 3, 2023 10:09
@@ -39,6 +39,8 @@ public function findExpiredCarts(int $days, bool $anonymous, bool $customer): ar

public function findByCustomer(CustomerInterface $customer): array;

public function findOrdersByCustomer(CustomerInterface $customer): array;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strictly speaking, this is a breaking change, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stricly speaking yes, but since this is sort of a serious bug, it's fine for us. There is no other way of solving this than to introduce a new Interface for a feature that is expected to work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants