We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Update() method in stock location service file is missing call to update the relations. See code here:
vendure/packages/core/src/service/services/stock-location.service.ts
Line 89 in 9c1cb16
To Reproduce
Expected behavior Updated relation should be shown in the admin-ui and in the DB StockLocation table
Environment (please complete the following information):
Additional Context Will link PR
The text was updated successfully, but these errors were encountered:
fix: Update Relations on Stock Location update
98e6481
The Stock Location update method was not updating relation customFields Refs: vendure-ecommerce#2804
Sorry, it's not letting me edit the issue to link the PR: #2805
Sorry, something went wrong.
47b1116
michaelbromley
No branches or pull requests
Describe the bug
Update() method in stock location service file is missing call to update the relations. See code here:
vendure/packages/core/src/service/services/stock-location.service.ts
Line 89 in 9c1cb16
To Reproduce
Expected behavior
Updated relation should be shown in the admin-ui and in the DB StockLocation table
Environment (please complete the following information):
Additional Context
Will link PR
The text was updated successfully, but these errors were encountered: