@@ -870,6 +870,9 def dev_conf_new(request, id_exp=0, id_dev=0): | |||||
870 | lines = RCLine.objects.filter(rc_configuration=request.GET['template']) |
|
870 | lines = RCLine.objects.filter(rc_configuration=request.GET['template']) | |
871 | for line in lines: |
|
871 | for line in lines: | |
872 | line.clone(rc_configuration=conf) |
|
872 | line.clone(rc_configuration=conf) | |
|
873 | ||||
|
874 | if conf.device.device_type.name=='jars': | |||
|
875 | conf.add_parms_to_filter() | |||
873 |
|
876 | |||
874 | return redirect('url_dev_conf', id_conf=conf.pk) |
|
877 | return redirect('url_dev_conf', id_conf=conf.pk) | |
875 |
|
878 |
General Comments 0
You need to be logged in to leave comments.
Login now