diff -r 69539a5ca63a -r d97e75574590 app/soc/views/models/group_app.py --- a/app/soc/views/models/group_app.py Sun Apr 19 00:07:29 2009 +0000 +++ b/app/soc/views/models/group_app.py Sun Apr 19 00:07:46 2009 +0000 @@ -173,7 +173,8 @@ list_params = params.copy() index = 0 - filter = {} + if not filter: + filter = {} for status, action in selection: # only select the requests that have been pre-accpeted