On Fri, Mar 10, 2006 at 11:49:28AM -0600, Brad Anderson wrote: > 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?
The extension mechanism can do whatever it wants, but by default all extra fields are simply treated identically to custom fields and stored using the same mechanism. This lets you store any number of extra attributes with each ticket. -- Evolution: Taking care of those too stupid to take care of themselves. _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
