-
Notifications
You must be signed in to change notification settings - Fork 21
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
Issue with Order Fulfillment Capacity Input Validation in Shipping Facility Tab #332
Labels
Comments
amansinghbais
moved this from 📋 Backlog
to 🏗 In progress
in Digital Experience Platform
May 27, 2024
amansinghbais
moved this from 🏗 In progress
to 📋 Backlog
in Digital Experience Platform
May 28, 2024
amansinghbais
moved this from 📋 Backlog
to 🏗 In progress
in Digital Experience Platform
Jul 19, 2024
amansinghbais
added a commit
to amansinghbais/threshold-management
that referenced
this issue
Jul 19, 2024
…with 0, and added missing translation entry (hotwax#332)
1 task
amansinghbais
moved this from 🏗 In progress
to 👀 In review
in Digital Experience Platform
Jul 19, 2024
Based on discussion, we'll be showing blank input when limit is set to unlimited, while we will be showing 0 as prefilled when maxOrderLimit is set to no capacity. |
ymaheshwari1
added a commit
that referenced
this issue
Jul 22, 2024
Fixed: wrong toast message getting displayed when custom orderLimit value prefilled with 0 (#332)
ymaheshwari1
moved this from 👀 In review
to ⏸️ Dev complete
in Digital Experience Platform
Jul 22, 2024
Verified and working fine in release v3.1.0. Hence, closing it. |
github-project-automation
bot
moved this from 🛠 In QA
to ✅ Done
in Digital Experience Platform
Aug 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior
The input field should be blank when switching from 'No capacity' to 'custom' option, and upon saving, it should validate values correctly, prompting appropriate toast messages.
Steps to reproduce the issue
Navigate to the Shipping Facility tab.
Choose 'No capacity' option for order fulfillment capacity of a facility.
Switch to 'custom' option for the same.
Observe '0' displayed in the modal instead of a blank value.
Attempt to save with '0' as the input.
Note the toast message: "Please provide a value."
Rewrite '0' in the same field.
Attempt to save again.
Note the toast message: "Please provide a value greater than 0".
Environment details
App version : THRESHOLD-2.0-2C00FE9
App environment : DEV
Additional information
https://jam.dev/c/5de9497d-8a54-4be5-8805-18833f4f513a
The text was updated successfully, but these errors were encountered: