-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unable to select none
as product store on settings page
#367
Comments
…hotwax#367)" This reverts commit fa8ff56.
I am not sure if user should be able to select none as an option during fulfillment process. When would user need to be completely independent of a product store for fulfillment? @ymaheshwari1 |
I just created this as the option for the |
We have concluded that we will remove the none option from the productStore selector. |
Fixed: Removed the 'none' option from the productStore selector on settings page(#367)
Verified it in release v2.6.0 and found that this option of 'none' is now deprecated from the product store selection dropdown. Hence, closing this ticket. |
Current behavior
When selecting
none
as product store, the store does not gets updated and the previous store is again selected.Expected behavior
User should be able to select
none
as product store.Steps to reproduce the issue
None
in product store optionNone
is not selected and the previous store is selectedCan you handle fixing this bug by yourself?
Environment details
Additional information
The issue is due to the check on https://github.com/hotwax/fulfillment-pwa/blob/main/src/views/Settings.vue#L522
The text was updated successfully, but these errors were encountered: