# HG changeset patch # User Sverre Rabbelier # Date 1238955487 0 # Node ID 93c8a683dc12b37c6452b7ab27ba1b2f79de6115 # Parent a41d019a14c2136dce38775e2d38d8e5983e29f4 Fixed a missing variable declaration This caused /org_app/list to be broken. Patch by: Sverre Rabbelier diff -r a41d019a14c2 -r 93c8a683dc12 app/soc/views/models/group_app.py --- a/app/soc/views/models/group_app.py Sun Apr 05 17:57:33 2009 +0000 +++ b/app/soc/views/models/group_app.py Sun Apr 05 18:18:07 2009 +0000 @@ -173,6 +173,8 @@ list_params = params.copy() index = 0 + filter = {} + for status, action in selection: # only select the requests that have been pre-accpeted filter['status'] = status