Changes between Initial Version and Version 2 of Ticket #7815
- Timestamp:
- Jul 13, 2011, 5:32:18 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7815 – Description
initial v2 1 I've installed both DateField-1.0.1 and TracCustomFieldAdmin-0.2.5 and enabled DateFieldModule and CustomFieldAdminTweak. If I create a new custom field I can pick a Date type and allow empty value, excellent.1 I've installed both `DateField-1.0.1` and `TracCustomFieldAdmin-0.2.5` and enabled `DateFieldModule` and `CustomFieldAdminTweak`. If I create a new custom field I can pick a Date type and allow empty value, excellent. 2 2 3 3 But if I try to modify an existing field -- e.g., from Text to Date -- it gives me the proper UI but does not save the new field to the trac.ini with … … 6 6 myfield.date_empty = on 7 7 }}} 8 like the field newly created after the DateField plugin was installed.8 like the field newly created after the DateFieldPlugin was installed. 9 9 10 I notice that the Submit causes the trac.ini file to rewrite my [datefield]section (e.g. re-ordering the fields) so something's changing but it doesn't change the desired field properties and reports no error.10 I notice that the Submit causes the `trac.ini` file to rewrite my `[datefield]` section (e.g. re-ordering the fields) so something's changing but it doesn't change the desired field properties and reports no error. 11 11 12 13 I can edit the trac.ini by hand and add those fields and it works fine however. 12 I can edit the `trac.ini` by hand and add those fields and it works fine however.