﻿id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
7815	DateField-1.0.1 doesn't MODIFY customfield in TracCustomFieldAdmin-0.2.5	Chris Shenton	Ryan J Ollos	"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.

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 
{{{
#!ini
  myfield.date = true
  myfield.date_empty = on
}}}
like the field newly created after the DateFieldPlugin was installed.  

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.

I can edit the `trac.ini` by hand and add those fields and it works fine however."	defect	assigned	normal	DateFieldPlugin	normal			Felix	0.12
