##// END OF EJS Templates
git-svn-id: http://jro-dev.igp.gob.pe/svn/jro_hard/radarsys/trunk/webapp@158 aa17d016-51d5-4e8b-934c-7b2bbb1bbe71
Fiorella Quino -
r137:8498209e8376
parent child
Show More
@@ -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