In the newticket form, there are ""/null options for milestone and
version. Anyone have success forcing these to be filled in? From
?hdfdump=1, I assume it's as easy as having optional not set to 1. Is
this the way to go?:

*** ticket/api.py       Wed Feb 15 18:47:44 2006
--- /tmp/api.py Sat May 27 21:40:50 2006
***************
*** 88,94 ****
              if name in ('status', 'resolution'):
                  field['type'] = 'radio'
              elif name in ('milestone', 'version'):
!                 field['optional'] = True
              fields.append(field)

          # Advanced text fields
--- 88,94 ----
              if name in ('status', 'resolution'):
                  field['type'] = 'radio'
              elif name in ('milestone', 'version'):
!                 field['optional'] = False
              fields.append(field)

          # Advanced text fields


Thanks,
Josh Moore
Open Microscopy Enviroment
http://openmicroscopy.org
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to