| Summary | Minimal view: Fix double signature |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 12/17/2012 (4709 days ago) |
| Due | |
| Updated | 12/17/2012 (4709 days ago) |
| Assigned | |
| Resolved | 12/17/2012 (4709 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
Assigned to Michael Slusarz
State ⇒ Resolved
commit 37860364e2a9324437e84062265bedbde12eed08
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Mon Dec 17 14:25:02 2012 +0100
[mms] Fix duplicate signature being added to compose messages in
minimal view (
Bug #11896; Thomas Jarosch<thomas.jarosch@intra2net.com>).
Signed-off-by: Michael M Slusarz <slusarz@horde.org>
imp/docs/CHANGES | 2 ++
imp/lib/Minimal/Compose.php | 2 +-
imp/package.xml | 4 +++-
3 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/37860364e2a9324437e84062265bedbde12eed08
New Attachment: 0001-Fix-double-signature-in-minimal-view-Bug-11896.patch
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Minimal view: Fix double signature
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
the minimal view currently attaches the signature twice.
Probably a left over of the signature refactoring.
Attached patch fixes the issue.
Thomas