Summary | Provide users with an option to close drafts without deleting them |
Queue | IMP |
Queue Version | Git develop |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | aarno.sandvik (at) helsinki (dot) fi |
Created | 02/05/2013 (4531 days ago) |
Due | |
Updated | 04/08/2013 (4469 days ago) |
Assigned | |
Resolved | 02/05/2013 (4531 days ago) |
Milestone | |
Patch | No |
commit 92851e5c494c8f7c71be07566ad473ac4d795e22
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Feb 5 14:54:10 2013 -0700
[mms] Add discard draft option to compose page allowing the user
to cancel composition and permanently delete the original draft
(
Request #12017).imp/docs/CHANGES | 2 +
imp/js/compose-dimp.js | 10 +++++++-
imp/js/compose.js | 10 +++++---
imp/js/smartmobile.js | 8 ++++++-
imp/lib/Ajax/Application/Handler/Common.php | 3 +-
imp/lib/Basic/Compose.php | 27 ++++++++++++-----------
imp/lib/Compose.php | 20 +++++++++++------
imp/lib/Dynamic/Compose.php | 1 +
imp/lib/Dynamic/Compose/Common.php | 2 +
imp/lib/Minimal/Compose.php | 6 +++++
imp/package.xml | 2 +
imp/templates/basic/compose/compose.html.php | 3 ++
imp/templates/dynamic/compose.html.php | 29 +++++++++++++++----------
imp/templates/minimal/compose.html.php | 3 ++
imp/templates/smartmobile/compose.html.php | 1 +
15 files changed, 87 insertions(+), 40 deletions(-)
http://git.horde.org/horde-git/-/commit/92851e5c494c8f7c71be07566ad473ac4d795e22
Assigned to Michael Slusarz
State ⇒ Resolved
Version ⇒ Git develop
all views to indicate that it will both cancel the message and discard
the original draft.
Added to IMP 6.1.
http://git.horde.org/horde-git/-/commit/92851e5c494c8f7c71be07566ad473ac4d795e22
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Provide users with an option to close drafts without deleting them
Type ⇒ Enhancement
State ⇒ New
open a draft. They can either choose to Send the mail or press Cancel.
Pressing cancel deletes the draft. There should be an option to return
to drafts without deleting the drafted message. Users can usually do
this with pressing the back-button from their browser but this doesn't
seem to be clear enough for them.
Giving them an additional option to return to drafts would make things easier.