Bug 805833: tr_run_reports.cgi passes run_id instead of plan_id to tr_show_plan.cgi

r=LpSolit


git-svn-id: svn://10.0.0.236/trunk@264416 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2012-11-10 12:30:19 +00:00
parent f071981d14
commit 376d1277e9
5 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
663
664

View File

@ -1,7 +1,7 @@
<?php
// by Edd Dumbill (C) 1999-2002
// <edd@usefulinc.com>
// $Id: .xmlrpc.inc.php,v 1.26 2012-11-10 12:15:22 mkanat%bugzilla.org Exp $
// $Id: .xmlrpc.inc.php,v 1.27 2012-11-10 12:30:19 mkanat%bugzilla.org Exp $
// Copyright (c) 1999,2000,2002 Edd Dumbill.
// All rights reserved.

View File

@ -73,7 +73,7 @@
[% IF plans %]
<br>In Plans:
[% FOREACH r IN plans.split(',') %]
<a href="tr_show_plan.cgi?run_id=[% r FILTER html %]">[% r FILTER html %]</a>&nbsp;
<a href="tr_show_plan.cgi?plan_id=[% r FILTER html %]">[% r FILTER html %]</a>&nbsp;
[% END %]
[% END %]</h4>
<div id="completion_report">
@ -110,4 +110,4 @@
[% END %]
</tr>
</table>
</div>
</div>

View File

@ -65,7 +65,7 @@
[% IF plans %]
<br>In Plans:
[% FOREACH r IN plans %]
<a href="tr_show_plan.cgi?run_id=[% r FILTER html %]">[% r FILTER html %]</a>&nbsp;
<a href="tr_show_plan.cgi?plan_id=[% r FILTER html %]">[% r FILTER html %]</a>&nbsp;
[% END %]
[% END %]</h4>

View File

@ -74,7 +74,7 @@
[% IF plans %]
<br>In Plans:
[% FOREACH r IN plans.split(',') %]
<a href="tr_show_plan.cgi?run_id=[% r FILTER html %]">[% r FILTER html %]</a>&nbsp;
<a href="tr_show_plan.cgi?plan_id=[% r FILTER html %]">[% r FILTER html %]</a>&nbsp;
[% END %]
[% END %]</h4>
<div id="completion_report">
@ -131,4 +131,4 @@
</td>
</tr>
</table>
</div>
</div>