-
Notifications
You must be signed in to change notification settings - Fork 121
[Woo POS][Local Catalog] Update properties for POS entities #16060
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
[Woo POS][Local Catalog] Update properties for POS entities #16060
Conversation
|
|
Fix description use when making persistedproduct
jaclync
left a comment
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.
Thanks for cleaning up the POS properties, POS works as before 🚢
| public let productID: Int64 | ||
| public let name: String | ||
| public let productTypeKey: String | ||
| public let fullDescription: String? |
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.
interesting that shortDescription requires periphery ignore but this one doesn't 🤔
…d' into woomob-1210-relationship-based-mapping-and-saving-for-POS-entities
…OS-entities' into woomob-1210-tests-for-saving-pos-models
Generated by 🚫 Danger |

Part of: WOOMOB-1210
Description
This PR removes the sale price properties which aren't used in POS, and adds description properties in preparation for use in search.
Stock management fields are left in – there's code in POS which uses them, though it's currently feature flagged.
Steps to reproduce
None of the fields make any difference to the user experience – check the app runs, that you can still load POS and browse products/variations, and that unit tests pass.
RELEASE-NOTES.txtif necessary.