Hi, I have the following issue
I have two collections:
- Shipping
- Status
Relationship: A Shipping can have one status and a status can have multiple shipments.
The user should be able to cancel the shipping through a button (without having to select the new status from a dropdown) and the status of the shipping should be updated automatically. I can’t find a way to update the shipping status without referring to a selected item from a dropdown in the update function.
Any help much appreciated