-
Notifications
You must be signed in to change notification settings - Fork 17
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
Show Product Store ID Instead of Store Name in facility associated stores list when no store name is present #323
Comments
hotwax , |
i would like to handle this |
@theabhishekjamle Please go ahead |
Improved: case to display productStoreId when name for the productStore is missing(#323)
Same issue exists on the Product Store filter on the Find Facilities Page. |
Successfully tested the issue by creating a ProductStore in ProductStore entity with a productStoreId while leaving the storeName field empty. The application correctly displayed the productStoreId in the absence of a storeName. |
Current behavior
Currently, the product store list displays the store name in the list items. However, if the store name is not present, the list item appears empty or incomplete.
Expected behavior
To improve user experience, we should display the product store ID in place of the store name if the name is not available.
Steps to reproduce the issue
Screenshot
Can you handle fixing this bug by yourself?
Environment details
Additional information
The text was updated successfully, but these errors were encountered: