app/soc/views/models/survey.py
changeset 2464 64b241a237b2
parent 2463 05af53239799
child 2467 f46cff8d676b
--- a/app/soc/views/models/survey.py	Tue Jun 30 14:55:55 2009 +0200
+++ b/app/soc/views/models/survey.py	Tue Jun 30 14:56:48 2009 +0200
@@ -183,7 +183,7 @@
         'clean': cleaning.validate_document_acl(self),
         }
 
-    params = dicts.merge(params, new_params)
+    params = dicts.merge(params, new_params, sub_merge=True)
 
     super(View, self).__init__(params=params)