Changes between Initial Version and Version 2 of Ticket #7815


Ignore:
Timestamp:
Jul 13, 2011, 5:32:18 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

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.
     1I'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.
    22
    33But 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
     
    66  myfield.date_empty = on
    77}}}
    8 like the field newly created after the DateField plugin was installed. 
     8like the field newly created after the DateFieldPlugin was installed. 
    99
    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.
     10I 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.
    1111
    12 
    13 I can edit the trac.ini by hand and add those fields and it works fine however.
     12I can edit the `trac.ini` by hand and add those fields and it works fine however.