author | Sverre Rabbelier <srabbelier@gmail.com> |
Sun, 19 Apr 2009 00:07:46 +0000 | |
changeset 2235 | d97e75574590 |
parent 2234 | 69539a5ca63a |
child 2236 | 8a74f5cc12b1 |
--- 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