Issue with undoing unsuccessful copy/paste actions #1748

Closed
opened 2013-08-03 15:08:19 +00:00 by rlx · 2 comments
Owner

Only the successful parts of the action should be undone/redone.

(Currently, undoing a paste of item X into a list with item X will remove item X.)

Can the copy/paste callback manipulate the history to achieve this?

Alternatively, can we filter the items on the client before making the API call?

Only the successful parts of the action should be undone/redone. (Currently, undoing a paste of item X into a list with item X will remove item X.) Can the copy/paste callback manipulate the history to achieve this? Alternatively, can we filter the items on the client before making the API call?
rlx added the
frontend
label 2013-08-03 15:08:19 +00:00
rlx added this to the 13.04 milestone 2013-08-03 15:08:19 +00:00
rlx self-assigned this 2013-08-03 15:08:19 +00:00
rlx added the
normal
defect
labels 2013-08-03 15:08:19 +00:00
Author
Owner

Undoing a partially successful move is more complicated, as items that did not exist in the target list have to be moved back, while items that did exist have to be copied back.

Undoing clip copy/paste is difficult too, as one adds by clip properties, but removes by ID.

Undoing a partially successful move is more complicated, as items that did not exist in the target list have to be moved back, while items that did exist have to be copied back. Undoing clip copy/paste is difficult too, as one adds by clip properties, but removes by ID.
Author
Owner

Fixed. Clip copy/paste should be filed as a separate issue.

Fixed. Clip copy/paste should be filed as a separate issue.
rlx added the
fixed
label 2013-08-04 11:28:37 +00:00
rlx closed this issue 2013-08-04 11:28:37 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#1748
No description provided.