Introduce new preference option "Prefill empty date/time fields". Fixes issue #2708.

This commit is contained in:
Ansgar Becker
2012-02-27 22:36:48 +00:00
parent af3f590723
commit cedf5d888e
4 changed files with 39 additions and 12 deletions

View File

@ -270,10 +270,12 @@ const
REGNAME_FIELDEDITOR_BINARY = 'FieldEditor_Binary';
REGNAME_FIELDEDITOR_DATETIME = 'FieldEditor_Datetime';
REGNAME_PREFILL_DATETIME = 'FieldEditor_Datetime_Prefill';
REGNAME_FIELDEDITOR_ENUM = 'FieldEditor_Enum';
REGNAME_FIELDEDITOR_SET = 'FieldEditor_Set';
DEFAULT_FIELDEDITOR_BINARY = True;
DEFAULT_FIELDEDITOR_DATETIME = True;
DEFAULT_PREFILL_DATETIME = True;
DEFAULT_FIELDEDITOR_ENUM = True;
DEFAULT_FIELDEDITOR_SET = True;