@@ -870,6 +870,9 def dev_conf_new(request, id_exp=0, id_dev=0): | |||
|
870 | 870 | lines = RCLine.objects.filter(rc_configuration=request.GET['template']) |
|
871 | 871 | for line in lines: |
|
872 | 872 | line.clone(rc_configuration=conf) |
|
873 | ||
|
874 | if conf.device.device_type.name=='jars': | |
|
875 | conf.add_parms_to_filter() | |
|
873 | 876 | |
|
874 | 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