Cannot close test cases from a run into a new run

git-svn-id: svn://10.0.0.236/trunk@251116 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ghendricks%novell.com 2008-05-02 20:08:19 +00:00
parent 558ab0fa43
commit 2804235e88

View File

@ -824,7 +824,7 @@ Ext.extend(CaseRunGrid, Ext.grid.EditorGridPanel, {
},{
text: 'Clone Run with Selected Cases',
handler: function(){
RunClonePopup(grid.run, true);
RunClonePopup(grid.run.product_id,grid.run.run_id, getSelectedObjects(grid,'case_id'));
}
},{
text: 'Copy or Link Selected Test Cases to Plan(s)... ',