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

Merchandise returns and QueuedEmails in a Guest customer displays those of all Guest customers #430

Closed
Nikhil13x opened this issue Oct 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Nikhil13x
Copy link
Contributor

Nikhil13x commented Oct 28, 2023

When we open a guest customer and go to Activity Log or Merchandise Returns tab, we could see the data from all the other guest customers as well. In case of Queued Emails, it lists down all unsent emails.
On inspecting the code, found that, the query is using EmailAddress to fetch records and for all Guest Customers, it will be empty.
Ideally, the query can be using the customerId, so that the data gets filtered properly

@KrzysztofPajak KrzysztofPajak added the bug Something isn't working label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants