Claimed work type does not delete
Opened this issue · 0 comments
hueachilles commented
Description
Unchecking/deleting a claimed work type on a Case with multiple work types does not go through. Unchecking/deleting unclaimed work types does.
Expected Behavior
Unchecking/deleting claimed work types behave the same as unchecking/deleting unclaimed work types. They should disappear from worker view and the status dropdown should not show in form view.
Current Behavior
Screenshots
Steps to Reproduce
- Open a Case with multiple work types or add multiple work types to any Case.
- Claim at least one work type.
- Edit the Case (in form view). Uncheck one of the claimed work types. Remember the work type unchecked.
- Save.
- The backend does not remove the unchecked work type (in worker view).
- Opening the Case in form view will show the work type is unchecked but the status dropdown is visible.