6.0.0-beta1
12/20/25

[#476] problem.php return_url not passed
Summary problem.php return_url not passed
Queue Horde Base
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester hordebugs (at) biuro (dot) net (dot) pl
Created 08/12/2004 (7800 days ago)
Due
Updated 08/12/2004 (7800 days ago)
Assigned 08/12/2004 (7800 days ago)
Resolved 08/12/2004 (7800 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
08/12/2004 01:12:59 PM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
08/12/2004 01:03:50 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Assigned
 
08/12/2004 12:31:10 PM hordebugs (at) biuro (dot) net (dot) pl Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ problem.php return_url not passed
Queue ⇒ Horde Base
Reply to this comment
services/problem.php used to report problem with a horde installation 
is loosing the return_url value it gets passed from the reporting 
application, and thus does not know where to redirect the user when 
the problem submission is complete - the user is redirected to the 
main horde portal page (the default).  quick-and-dirty fix:



--- horde/templates/problem/problem.inc.orig    2004-08-12 
11:31:28.000000000 +0200

+++ horde/templates/problem/problem.inc 2004-08-12 13:02:12.000000000 +0200

@@ -22,6 +22,7 @@

  <!--a75c305b1c0a6022--><form method="post" name="problem_report" 
action="problem.php">

  <?php Util::pformInput() ?>

  <input type="hidden" name="actionID" value="cancel_problem_report" />

+<?php $return_url=Util::getFormData('return_url'); ?>

  <?php if (isset($return_url)): ?><input type="hidden" 
name="return_url" value="<?php echo htmlspecialchars($return_url) ?>" 
/><?php endif; ?>



  <table border="0" cellpadding="3" cellspacing="2" width="100%">


Saved Queries