Summary | Traditional view: Can't cancel message in "Edit as new" mode |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 3. High |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/13/2012 (4645 days ago) |
Due | |
Updated | 10/15/2012 (4643 days ago) |
Assigned | 10/15/2012 (4643 days ago) |
Resolved | 10/15/2012 (4643 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit ff033c49c5f18a7d0905724e878a525bd9d2dc14
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Oct 14 21:05:28 2012 -0600
Bug #11504: Fix Horde::widget() when passing in a Horde_Url objectFix regression caused by 9214057536d382e8cc95a59ace8f152e45ab6fe0
framework/Core/lib/Horde.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ff033c49c5f18a7d0905724e878a525bd9d2dc14
commit ff033c49c5f18a7d0905724e878a525bd9d2dc14
Author: Michael M Slusarz <slusarz@horde.org>
Date: Sun Oct 14 21:05:28 2012 -0600
Bug #11504: Fix Horde::widget() when passing in a Horde_Url objectFix regression caused by 9214057536d382e8cc95a59ace8f152e45ab6fe0
framework/Core/lib/Horde.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ff033c49c5f18a7d0905724e878a525bd9d2dc14
State ⇒ Assigned
Priority ⇒ 3. High
Assigned to Michael Slusarz
(outside of New Message) is opening the compose page in a popup window.
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Traditional view: Can't cancel message in "Edit as new" mode
Type ⇒ Bug
go to a message and click on the "Edit as new" button. This will open
the message for editing.
The "Cancel message" link is not working in this mode. Tested with and
without cookie based sessions.
In the normal "New message" mode the "Cancel message" link is working fine.
Cheers,
Thomas