You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the same shipping method gets associated with a carrier multiple times, then in that case, the shipping method is displayed multiple times in the dropdown on the order details page or in the tracking code modal.
Expected behavior
If the carrier or shipping methods have multiple associations then only unique values should be displayed in the all the select dropdowns.
Steps to reproduce the issue
Can you handle fixing this bug by yourself?
YES
NO
Environment details
Browser:
OS:
Code Version:
Additional information
The text was updated successfully, but these errors were encountered:
ymaheshwari1
changed the title
Duplicate carriers/shipping method gets displayed when multiple association are avaiable in the database
Duplicate carriers/shipping method gets displayed when multiple association are available in the database
Dec 18, 2024
The duplicate carriers are caused by duplicate data in the FacilityParty table, and the duplicate shipment methods are due to duplicate data in the ProductStoreShipmentMeth table. The source of the duplicate data should be fixed to resolve this issue correctly. As a precaution, a PR has been raised to fetch distinct records.
Current behavior
If the same shipping method gets associated with a carrier multiple times, then in that case, the shipping method is displayed multiple times in the dropdown on the order details page or in the tracking code modal.
Expected behavior
If the carrier or shipping methods have multiple associations then only unique values should be displayed in the all the select dropdowns.
Steps to reproduce the issue
Can you handle fixing this bug by yourself?
Environment details
Additional information
The text was updated successfully, but these errors were encountered: