Alec Thomas wrote: <snip>
>>Also, how does the field type / field get involved in processing the >>POST data? > > > This is handled by the ITicketManipulator.validate_ticket(req, ticket) > method, though I think your implication that ITicketFieldTypeProvider > perform some basic type enforcement is a good one (eg. make sure that > int only fields are actually only integers). Beyond validation, actual processing of the POST data into the tables or whatever... how does that work? Are we populating an extensible ticket model object that can take all of these extra fields and their (post-validation) values? BA _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
