app/soc/views/models/role.py
changeset 1509 6eb2c090d2be
parent 1430 ff8cc6b15e6a
child 1660 1b8e2917f6a7
equal deleted inserted replaced
1508:fd77fd8fab13 1509:6eb2c090d2be
   254 
   254 
   255     # extract the key_name for the new request entity
   255     # extract the key_name for the new request entity
   256     key_name = request_logic.logic.getKeyNameFromFields(request_fields)
   256     key_name = request_logic.logic.getKeyNameFromFields(request_fields)
   257 
   257 
   258     # create the request entity
   258     # create the request entity
   259     entity = request_logic.logic.updateOrCreateFromKeyName(request_fields, 
   259     entity = request_logic.logic.updateOrCreateFromKeyName(request_fields,
   260         key_name)
   260                                                            key_name)
   261 
   261 
   262     # send out an invite notification
   262     # send out an invite notification
   263     notifications_helper.sendInviteNotification(entity)
   263     notifications_helper.sendInviteNotification(entity)
   264 
   264 
   265     group_view = params.get('group_view')
   265     group_view = params.get('group_view')