Cannot undo in task tab or today pane
Categories
(Calendar :: Tasks, defect, P2)
Tracking
(thunderbird_esr78 wontfix)
Tracking | Status | |
---|---|---|
thunderbird_esr78 | --- | wontfix |
People
(Reporter: psychonaut, Assigned: lasana)
References
Details
(Keywords: dataloss)
Attachments
(2 files)
Comment 1•8 years ago
|
||
Comment 3•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Updated•7 years ago
|
Updated•6 years ago
|
Comment 7•3 years ago
|
||
Something needs hooking up. https://searchfox.org/comm-central/source/calendar/base/src/CalTransactionManager.jsm does support undo
Comment 8•3 years ago
|
||
Wow, I did not realize this Bugzilla ticket was still open. But yes, I see in my Thunderbird 78.10.1 that one can still not undo a task deletion.
Thanks, Magnus, for pointing out the code module and assigning this ticket to Lasana. (Good luck, Lasana.)
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 9•3 years ago
|
||
It appears that adding an event does not enable the undo menu either.
Assignee | ||
Comment 10•3 years ago
|
||
This was accomplished by making the CalTransactionManager class aware of
batch transactions which can result in peeking of the transaction stack
to return null.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 11•3 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/0f4f406ddf3e
Enable undo/redo for event creation and deletion. r=darktrojan
Comment 12•3 years ago
|
||
Comment 13•3 years ago
|
||
Bct1 on linux seems to be failing. https://treeherder.mozilla.org/jobs?repo=comm-central&selectedTaskRun=Trzeom4mSf6A4umSbRIZfA.0 (others still running)
Assignee | ||
Comment 14•3 years ago
|
||
I forgot to rebase after Geoff removed some of the lightning references.
Assignee | ||
Comment 15•3 years ago
|
||
Also takes advantage of saveAndCloseItemDialog() new behaviour of
waiting for the dialog to be closed.
Comment 16•3 years ago
|
||
Geoff - please include in next push to fix tests.
Comment 18•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/d5d385497178
Follow up: update lightning references in test. r=mkmelin
Comment 20•3 years ago
|
||
Verified using Thunderbird 91.0b4 on Fedora Linux.
Description
•