- Timestamp:
- 27 Aug 2015, 06:09:58 (9 years ago)
- Location:
- main/waeup.kofa/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/applicants/browser.rst
r13229 r13232 57 57 the number of expected applicants is higher. Pre-filling is done in 58 58 a single transaction and does thus save database volume when 59 application is running.59 application is ongoing. 60 60 61 61 During application, many records are being initialized but not used. -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py
r13222 r13232 485 485 label = _('Pre-fill container') 486 486 pnav = 3 487 doclink = DOCLINK + '/applicants .html'487 doclink = DOCLINK + '/applicants/browser.html#preparation-and-maintenance-of-applicants-containers' 488 488 489 489 def update(self): … … 523 523 label = _('Purge container') 524 524 pnav = 3 525 doclink = DOCLINK + '/applicants.html' 526 527 @action(_('Remove initialized records'), style='primary') 525 doclink = DOCLINK + '/applicants/browser.html#preparation-and-maintenance-of-applicants-containers' 526 527 @action(_('Remove initialized records'), 528 tooltip=_('Don\'t use if application is in progress!'), 529 warning=_('Are you really sure?'), 530 style='primary') 528 531 def purgeInitialized(self): 529 532 form = self.request.form -
main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/prefillcontainer.pt
r13220 r13232 11 11 applicants containers with empty application records. This is done 12 12 in a single transaction and does thus save database volume when 13 application is running.13 application is ongoing. 14 14 </p> 15 15 <br />
Note: See TracChangeset for help on using the changeset viewer.