Ignore:
Timestamp:
25 Feb 2014, 09:00:18 (11 years ago)
Author:
Henrik Bettermann
Message:

Do not create TSC AC batch when updating plugins. All TSC batches are created.

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

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/CHANGES.txt

    r11433 r11435  
    441.0.1dev (unreleased)
    55=====================
     6
     7* Do not create TSC AC batch when updating plugins.
     8  All TSC batches are created.
    69
    710* Make table on applicantsrootpage responsive.
  • main/waeup.kofa/trunk/src/waeup/kofa/accesscodes/accesscode.py

    r10448 r11435  
    478478                'AccessCodePlugin: Updating site at %s: Nothing to do.' % (
    479479                    site_name, ))
    480         if not 'TSC' in site['accesscodes']:
    481             site['accesscodes'].createBatch(datetime.utcnow(), 'system',
    482                 'TSC', 0.0, 0)
    483             logger.info('Empty TSC access code batch added.')
    484480        return
    485481
Note: See TracChangeset for help on using the changeset viewer.