Ignore:
Timestamp:
15 Aug 2015, 07:44:00 (9 years ago)
Author:
Henrik Bettermann
Message:

Add switch to disable all exports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r13158 r13198  
    714714        )
    715715
     716    export_disabled_message = schema.Text(
     717        title = _(u'Export disabled message'),
     718        required = False,
     719        )
     720
     721
    716722    def addSessionConfiguration(sessionconfiguration):
    717723        """Add a session configuration object.
Note: See TracChangeset for help on using the changeset viewer.