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

[v4.2] Fix search by variant on stock items #5662

Merged
merged 2 commits into from
Apr 5, 2024
Merged

Commits on Feb 14, 2024

  1. Add failing feature spec for stock location bug

    Before we fix this bug, we should reproduce it in a feature spec.
    
    Co-authored-by: An Stewart <[email protected]>
    Co-authored-by: Adam Mueller <[email protected]>
    (cherry picked from commit 2409038)
    nvandoorn committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f6f24ca View commit details
    Browse the repository at this point in the history
  2. Remove order by sku from variant scope

    This "fixes" the variant scope issue but I'm not sure it's the solution
    we want. I suppose it depends if ordering by sku is important here.
    
    Co-authored-by: An Stewart <[email protected]>
    (cherry picked from commit c4bd75a)
    nvandoorn committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0bef762 View commit details
    Browse the repository at this point in the history