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:
parent
558ab0fa43
commit
2804235e88
@ -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)... ',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user