app/soc/views/models/program.py
changeset 1238 af56ae7397ab
parent 1225 1d5c58e24fd3
child 1248 f318538394d9
equal deleted inserted replaced
1237:b5bf2aa0f3f9 1238:af56ae7397ab
   162 
   162 
   163         if entity.status == 'invisible':
   163         if entity.status == 'invisible':
   164           # still add the document links so hosts can see how it looks like
   164           # still add the document links so hosts can see how it looks like
   165           items += document_view.view.getMenusForScope(entity, params)
   165           items += document_view.view.getMenusForScope(entity, params)
   166           items += self._getTimeDependentEntries(entity, params)
   166           items += self._getTimeDependentEntries(entity, params)
   167 
   167         
       
   168         items += [(redirects.getReviewOverviewRedirect(
       
   169             entity, {'url_name': 'org_app'}),
       
   170             "List all Org Applications", 'any_access')]
   168         # add link to edit Program Profile
   171         # add link to edit Program Profile
   169         items += [(redirects.getEditRedirect(entity, params),
   172         items += [(redirects.getEditRedirect(entity, params),
   170             'Edit Program Profile','any_access')]
   173             'Edit Program Profile','any_access')]
   171         # add link to edit Program Timeline
   174         # add link to edit Program Timeline
   172         items += [(redirects.getEditRedirect(entity, {'url_name': 'timeline'}),
   175         items += [(redirects.getEditRedirect(entity, {'url_name': 'timeline'}),