Ignore:
Timestamp:
27 Aug 2015, 06:09:58 (9 years ago)
Author:
Henrik Bettermann
Message:

Officers must be aware of what they are doing when puring containers.

Location:
main/waeup.kofa/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/applicants/browser.rst

    r13229 r13232  
    5757the number of expected applicants is higher. Pre-filling is done in
    5858a single transaction and does thus save database volume when
    59 application is running.
     59application is ongoing.
    6060
    6161During application, many records are being initialized but not used.
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser.py

    r13222 r13232  
    485485    label = _('Pre-fill container')
    486486    pnav = 3
    487     doclink = DOCLINK + '/applicants.html'
     487    doclink = DOCLINK + '/applicants/browser.html#preparation-and-maintenance-of-applicants-containers'
    488488
    489489    def update(self):
     
    523523    label = _('Purge container')
    524524    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')
    528531    def purgeInitialized(self):
    529532        form = self.request.form
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/prefillcontainer.pt

    r13220 r13232  
    1111        applicants containers with empty application records. This is done
    1212        in a single transaction and does thus save database volume when
    13         application is running.
     13        application is ongoing.
    1414    </p>
    1515    <br />
Note: See TracChangeset for help on using the changeset viewer.