Removing a transfer item causes it to never appear again
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
indicator-transfer (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
On unity while removing a finished transfer it calls the "cancel" function independent of the transfer status:
http://
On transfer service it checks if the transfer can be canceled before call the cancel function.
http://
http://
"can_cancel" only allows cancel items in the finished state:
http://
This causes that the "cancel" function is never called on transfer object, and the transfer object will never be removed from the list.
Looks like it does not cause any problems for the user, but it could cause inconsistency in the transfer plugin.