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:
parent
f071981d14
commit
376d1277e9
@ -1 +1 @@
|
||||
663
|
||||
664
|
||||
@ -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.
|
||||
|
||||
@ -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>
|
||||
<a href="tr_show_plan.cgi?plan_id=[% r FILTER html %]">[% r FILTER html %]</a>
|
||||
[% END %]
|
||||
[% END %]</h4>
|
||||
<div id="completion_report">
|
||||
@ -110,4 +110,4 @@
|
||||
[% END %]
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -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>
|
||||
<a href="tr_show_plan.cgi?plan_id=[% r FILTER html %]">[% r FILTER html %]</a>
|
||||
[% END %]
|
||||
[% END %]</h4>
|
||||
|
||||
|
||||
@ -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>
|
||||
<a href="tr_show_plan.cgi?plan_id=[% r FILTER html %]">[% r FILTER html %]</a>
|
||||
[% END %]
|
||||
[% END %]</h4>
|
||||
<div id="completion_report">
|
||||
@ -131,4 +131,4 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user