Changeset 1982

Show
Ignore:
Timestamp:
02/15/07 12:55:44 (2 years ago)
Author:
edunne
Message:

TestCaseManagementPlugin:

I checked in the wrong file in the last change. This is actually the change that will change how the queryResults page works.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • testcasemanagementplugin/trunk/testManagementPlugin/testResults.py

    r1981 r1982  
    2424        #for now let's just re-direct to a query page that shows all open testcases grouped by owner and ordered by milestone  
    2525        query_URL = req.base_url + "/query?status=new&status=assigned&status=reopened&testcase_result=&type=testcase&order=milestone&group=owner" 
    26         req.redirect( 
     26        req.redirect( query_URL ) 
    2727             
    2828