equal
deleted
inserted
replaced
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) |