Summary | Impossible to send in basic view |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 10/29/2012 (4649 days ago) |
Due | |
Updated | 10/29/2012 (4649 days ago) |
Assigned | |
Resolved | 10/29/2012 (4649 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 42ff510a5147ed97040fc06f8948d34ba0acb3d7
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 29 13:49:22 2012 -0600
[mms] Fix regression in sending messages in basic/minimal mode if
no attachment is added (
Bug #11582).A one-size-fits-all approach is not possible with this method, since the
various views handle compose attachment error/success in diverse ways.
Change code to handle attachment uploads on a 1-by-1 basis.
imp/compose.php | 18 +++-
imp/docs/CHANGES | 2 +
imp/lib/Ajax/Application/Handler/Dynamic.php | 6 +-
imp/lib/Compose.php | 122
+++++++++++---------------
imp/lib/Minimal/Compose.php | 14 +++-
imp/package.xml | 2 +
6 files changed, 85 insertions(+), 79 deletions(-)
http://git.horde.org/horde-git/-/commit/42ff510a5147ed97040fc06f8948d34ba0acb3d7
Priority ⇒ 3. High
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Impossible to send in basic view
Type ⇒ Bug
State ⇒ Assigned
messages in basic view completely, unless you have at least one
attachment.