Summary | Draft resume + save does not remove the original draft |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4735 days ago) |
Due | |
Updated | 08/29/2012 (4695 days ago) |
Assigned | |
Resolved | 07/30/2012 (4725 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 9e53d4bc3cbf313419ee3aa2966bd2c3c79ad567
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 11:06:13 2012 -0600
Fix undefined index (
Bug #11291)imp/lib/Compose.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/9e53d4bc3cbf313419ee3aa2966bd2c3c79ad567
Assigned to Michael Slusarz
State ⇒ Resolved
behaviour?
"/datastore/DEVEL/horde/imp/lib/Ajax/Application/Compose.php"]
commit 9e53d4bc3cbf313419ee3aa2966bd2c3c79ad567
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 11:06:13 2012 -0600
Fix undefined index (
Bug #11291)imp/lib/Compose.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/9e53d4bc3cbf313419ee3aa2966bd2c3c79ad567
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Draft resume + save does not remove the original draft
Type ⇒ Bug
State ⇒ Unconfirmed
try this one:
- Write a new message + save it as draft
- Resume the draft + change some text
- Save as draft
You'll now have two drafts in the drafts folder. Is this the desired
behaviour?
Sending a resumed draft successfully removes it from the drafts folder.
Also this is in the logs:
2012-07-20T11:17:19+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
index: type [pid 2113 on line 73 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Application/Compose.php"]
2012-07-20T11:17:19+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
index: type [pid 2113 on line 90 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Application/Compose.php"]
2012-07-20T11:17:19+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
index: type [pid 2113 on line 99 of
"/datastore/DEVEL/horde/imp/lib/Ajax/Application/Compose.php"]
2012-07-20T11:17:19+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
index: type [pid 2113 on line 193 of
"/datastore/DEVEL/horde/imp/lib/Dynamic/Compose.php"]
Thomas