Clicking the link of Test does not redirect to the page that show information of test

Bug #1107417 reported by Yongqin Liu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LAVA Dashboard (deprecated)
Fix Released
Medium
Nicholas Schutt

Bug Description

Like in this page,
https://validation.linaro.org/lava-server/dashboard/streams/private/team/linaro/android-daily/bundles/b2d5c55f88a750d0043c042420cae88156af5537/

when you click the link in the Test column, it will redirect to this same page.
Where it should redirect to the page that show the detail information of the specified Test.

Related branches

Revision history for this message
Andy Doan (doanac) wrote :

Actually, I think we should remove the hyper-link for the test column. I recently removed the "test" view from the dashboard because it was useless.

Maybe when we get proper test-case management, we can add a useful link.

Changed in lava-dashboard:
milestone: none → 2013.02
importance: Undecided → Medium
Changed in lava-dashboard:
assignee: nobody → Nicholas Schutt (nick-schutt)
status: New → Confirmed
status: Confirmed → In Progress
Revision history for this message
Nicholas Schutt (nick-schutt) wrote :

Removed the link from:

   templates/dashboard_app/_test_run_list_table.html

$ bzr diff -r397..398 _test_run_list_table.html
=== modified file 'dashboard_app/templates/dashboard_app/_test_run_list_table.html'
--- dashboard_app/templates/dashboard_app/_test_run_list_table.html 2012-01-25 00:32:58 +0000
+++ dashboard_app/templates/dashboard_app/_test_run_list_table.html 2013-02-25 08:26:54 +0000
@@ -14,7 +14,7 @@
     {% for test_run in test_run_list %}
     <tr>
       <td><a href="{{ test_run.get_absolute_url }}"><code>{{ test_run.test }} results<code/></a></td>
- <td><a href="{{ test_run.test.get_absolute_url }}">{{ test_run.test }}</a></td>
+ <td>{{ test_run.test }}</td>
       <td>{{ test_run.get_summary_results.pass }}</td>
       <td>{{ test_run.get_summary_results.fail }}</td>
       <td>{{ test_run.bundle.uploaded_on|date:"Y-m-d H:i:s" }}</td>

Revision history for this message
Nicholas Schutt (nick-schutt) wrote :

Fixed in rev number 400

Changed in lava-dashboard:
status: In Progress → Fix Committed
Changed in lava-dashboard:
milestone: 2013.02 → 2013.03
Fathi Boudra (fboudra)
Changed in lava-dashboard:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.