app/soc/views/models/request.py
changeset 2361 40b0c25a5793
parent 2177 e2c193e1f631
child 2748 7fbc98f3adde
equal deleted inserted replaced
2360:e389d26949db 2361:40b0c25a5793
   196     user_entity = user_logic.logic.getForCurrentAccount()
   196     user_entity = user_logic.logic.getForCurrentAccount()
   197 
   197 
   198     # construct the Unhandled Invites list
   198     # construct the Unhandled Invites list
   199 
   199 
   200     # only select the Invites for this user that haven't been handled yet
   200     # only select the Invites for this user that haven't been handled yet
       
   201     # pylint: disable-msg=E1103
   201     filter = {'link_id': user_entity.link_id,
   202     filter = {'link_id': user_entity.link_id,
   202               'status': 'group_accepted'}
   203               'status': 'group_accepted'}
   203 
   204 
   204     uh_params = params.copy()
   205     uh_params = params.copy()
   205     uh_params['list_action'] = (redirects.getInviteProcessRedirect, None)
   206     uh_params['list_action'] = (redirects.getInviteProcessRedirect, None)