Page 1 of 1
[RESOLVED] sort Assign Requirements to Test Case
Posted: Wed May 20, 2009 12:29 pm
by Bertrand
Hi all,
it could be great to be able to sort "available requirment" in the view "assign requirment".
Short by : "document ID" or "requirment"
In my version 1.8.2, this view is sort only by requirment.
Posted: Wed May 20, 2009 1:30 pm
by Bertrand
To solve my "problem",
I upadated the funtion get_requirements in the file requirement_spec_mgr.class.php
Now the parameters
order_by=" ORDER BY req_doc_id,NH.node_order,title"
instead of
order_by=" ORDER BY NH.node_order,title,req_doc_id"
Re: [RESOLVED] sort Assign Requirements to Test Case
Posted: Mon Aug 09, 2010 1:45 pm
by yogo2000
I import my requirements via CSV, and i want to have the same sort like in the .csv file
To solve my "problem", I upgraded too the funtion get_requirements in the file requirement_spec_mgr.class.php
function get_requirements($id, $range = 'all', $testcase_id = null,
$order_by=" ORDER BY id,req_doc_id,NH.node_order,title")