Ignore:
Timestamp:
18 Mar 2012, 14:25:25 (13 years ago)
Author:
uli
Message:

Add title attribute for exporters.

File:
1 edited

Legend:

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

    r7860 r7907  
    351351    fields = ('code', 'title', 'title_prefix')
    352352
     353    #: The title under which this exporter will be displayed
     354    #: (if registered as a utility)
     355    title = 'Override this title'
     356
    353357    def mangle_value(self, value, name, context=None):
    354358        """Hook for mangling values in derived classes
Note: See TracChangeset for help on using the changeset viewer.