|
@@
-871,6
+871,9
def dev_conf_new(request, id_exp=0, id_dev=0):
|
|
871
|
871
|
for line in lines:
|
|
872
|
872
|
line.clone(rc_configuration=conf)
|
|
873
|
873
|
|
|
|
874
|
if conf.device.device_type.name=='jars':
|
|
|
875
|
conf.add_parms_to_filter()
|
|
|
876
|
|
|
874
|
877
|
return redirect('url_dev_conf', id_conf=conf.pk)
|
|
875
|
878
|
|
|
876
|
879
|
|