Hello Jerry, jerry wrote: > I guess this is a frequent question, but I couldn't find any > discussion for it, so here I go again...? > > My users would like various fields and custom fields to populate their > choices with database lookups. For example, "Assign To", or "cc", but > also other custom fields of our own specification like "PCR" or > "Requirement". > > There doesn't seem to be support for that, or is there? > > Where is this discussed? >
http://trac.edgewall.org/wiki/FieldRefactoring and some of the tickets listed from there: - http://trac.edgewall.org/ticket/4374 - http://trac.edgewall.org/ticket/4549 > Similarly, I wouldn't mind having a combo box, that is, a widget with > textfield and a select/drop down that is managed either by JavaScript > or more likely by the backend. If I wanted to go about creating such > a thing, where might I start? Are there any relevant discussions or > wiki pages? > The idea of a mixed text field / drop down for ticket property values was already mentioned a few times, although I don't remember where. A good starting point is the trac/htdocs/js/suggest.js code used for the "View differences..." form in the repository browser (see also trac/versioncontrol/web_ui/changeset.py, the last component in that file, AnyDiffModule). -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
