Fixed several UI bugs in ParcelStatusButton
While looking into #304 (closed), I spotted a few bugs of the parcel status dropdown button:
- Setting to REMOVED did not prompt for safety input. EDIT: I meant REFUSED instead of REMOVED. Fixed in b91f8a84.
- The status tooltip was sometimes over the modal asking for input, preventing to click on confirm buttons
- After confirming input modals, sometimes, it would prompt for input again, looping statuses until
Cancel
was pressed (found by @demariaa).
This MR should fix them.
Edited by Loic Huder