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.
[RESOLVED] sort Assign Requirements to Test Case
Moderators: Amaradana, TurboPT, TL Developers
[RESOLVED] sort Assign Requirements to Test Case
Last edited by Bertrand on Wed May 20, 2009 1:31 pm, edited 1 time in total.
Re: [RESOLVED] sort Assign Requirements to Test Case
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")
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")