Hello!
I have created a custom radio selection for my tickets, and would like
the value of this setting to change automatically depending on what the
user selects for a component. For example, if the user selects
"ComponentA" or "ComponentB" I would like the radio box to set itself to
"option1", if they select "ComponentC" I would like the radio box to set
itself to "option2"... etc.
The reason for this is my Trac instances have several related components
that fit into categories nicely. Rather than hack out SQL statements to
say "if component in set {...}" and update it every time there's a new
component, it would be nice to define which components cause which
default setting of the radio selection in the ticket.
One way to hack this in manually would be to just run an SQL job that
changes it myself, but that doesn't strike me as a good idea. Are there
any options or ideas for this sort of behavior?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---