Subversion Repositories DevTools

Rev

Rev 2145 | Rev 2149 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2145 Rev 2147
Line 221... Line 221...
221
               set_rq_req_types_in_copied_data(rq_root_package);
221
               set_rq_req_types_in_copied_data(rq_root_package);
222
 
222
 
223
               get_rq_req_status_types_from_database();
223
               get_rq_req_status_types_from_database();
224
 
224
 
225
               // bring up the filter dialog to allow user to specify exactly what gets copied
225
               // bring up the filter dialog to allow user to specify exactly what gets copied
226
               ReqProFilterForm rq_filter = new ReqProFilterForm();
226
               ReqProFilterForm rq_filter = new ReqProFilterForm(mode == ReqProDB_Artifact.MODE.TRACEABILITY);
227
               rq_filter.populate(rq_root_package, rq_req_types, rq_req_status_types);
227
               rq_filter.populate(rq_root_package, rq_req_types, rq_req_status_types);
228
 
228
 
229
               // Setup the filter based on the saved filter settings in the ReqProDB element (if any)
229
               // Setup the filter based on the saved filter settings in the ReqProDB element (if any)
230
               if (RQ_Element != null)
230
               if (RQ_Element != null)
231
               {
231
               {