app/soc/views/models/organization.py
changeset 1766 75531b82a4e2
parent 1760 393891d794e2
child 1838 5a8a254af95b
equal deleted inserted replaced
1765:2c7137e62a01 1766:75531b82a4e2
   250     new_params['list_description'] = 'List of new %s send to %s ' %(
   250     new_params['list_description'] = 'List of new %s send to %s ' %(
   251         new_params['name_plural'], org_entity.name)
   251         new_params['name_plural'], org_entity.name)
   252     new_params['list_action'] = (redirects.getReviewRedirect, new_params)
   252     new_params['list_action'] = (redirects.getReviewRedirect, new_params)
   253 
   253 
   254     filter = {'org': org_entity,
   254     filter = {'org': org_entity,
   255         'status': 'new'}
   255               'status': 'new'}
   256 
   256 
   257     new_list = lists.getListContent(
   257     new_list = lists.getListContent(
   258         request, new_params, filter, idx=1)
   258         request, new_params, filter, idx=1)
   259 
   259 
   260     # fill contents with all the needed lists
   260     # fill contents with all the needed lists