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
Currently, when we click on the Generate Shipping Label button while fulfilling a transfer order, the button remains enabled. Since generating the label takes some time to display to the user, they can click the button again, resulting in multiple API calls to the carrier. This can sometimes causes issue in the backend.
Expected behavior
A spinner should be added to the button when generating a label for a transfer order. This will indicate to the user that the label generation is in progress.
The text was updated successfully, but these errors were encountered:
Current behavior
Currently, when we click on the
Generate Shipping Label
button while fulfilling a transfer order, the button remains enabled. Since generating the label takes some time to display to the user, they can click the button again, resulting in multiple API calls to the carrier. This can sometimes causes issue in the backend.Expected behavior
A spinner should be added to the button when generating a label for a transfer order. This will indicate to the user that the label generation is in progress.
The text was updated successfully, but these errors were encountered: