Summary | PHP error on "Forward" -> "Redirect" |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4724 days ago) |
Due | |
Updated | 08/29/2012 (4684 days ago) |
Assigned | 07/21/2012 (4723 days ago) |
Resolved | 07/24/2012 (4720 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit addbcbe148775d2e2d7d9a0889f73027d20b07b3
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 13:57:23 2012 -0600
[mms] Fix redirect message action in dynamic view (
Bug #11292).This was never updated to the new UI.
imp/js/compose-dimp.js | 51 ++++++++++++++++++-----------
imp/js/message-dimp.js | 17 +---------
imp/lib/Dynamic/Compose.php | 53
+++++++++++++++----------------
imp/lib/Dynamic/Compose/Common.php | 3 --
imp/templates/dynamic/redirect.html.php | 34 ++++++++++----------
5 files changed, 75 insertions(+), 83 deletions(-)
http://git.horde.org/horde-git/-/commit/addbcbe148775d2e2d7d9a0889f73027d20b07b3
commit addbcbe148775d2e2d7d9a0889f73027d20b07b3
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 13:57:23 2012 -0600
[mms] Fix redirect message action in dynamic view (
Bug #11292).This was never updated to the new UI.
imp/js/compose-dimp.js | 51 ++++++++++++++++++-----------
imp/js/message-dimp.js | 17 +---------
imp/lib/Dynamic/Compose.php | 53
+++++++++++++++----------------
imp/lib/Dynamic/Compose/Common.php | 3 --
imp/templates/dynamic/redirect.html.php | 34 ++++++++++----------
5 files changed, 75 insertions(+), 83 deletions(-)
http://git.horde.org/horde-git/-/commit/addbcbe148775d2e2d7d9a0889f73027d20b07b3
Priority ⇒ 2. Medium
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ PHP error on "Forward" -> "Redirect"
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
if you forward a message as "Redirect", you'll get this error message
in the logs:
2012-07-20T11:28:26+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
variable: onload [pid 14386 on line 227 of
"/datastore/DEVEL/horde/imp/lib/Dynamic/Compose.php"]
Thomas