app/soc/views/models/organization.py
changeset 1406 60b68fc36df2
parent 1405 43b482f48b12
child 1430 ff8cc6b15e6a
--- a/app/soc/views/models/organization.py	Thu Feb 19 21:27:31 2009 +0000
+++ b/app/soc/views/models/organization.py	Thu Feb 19 21:54:36 2009 +0000
@@ -172,6 +172,8 @@
     params = dicts.merge(new_params, params)
 
     new_filter = {}
+
+    new_filter['scope_path'] = kwargs['scope_path']
     new_filter['status'] = 'active'
     filter = dicts.merge(filter, new_filter)