Opened 14 years ago
Last modified 14 years ago
#8683 new enhancement
allow text-fields to be chained
Reported by: | Christian Masopust | Owned by: | Richard Liao |
---|---|---|---|
Priority: | low | Component: | TracTicketChainedFieldsPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
One of my projects asked me whether it's possible to use chained-fields to set "Cc:" depending on the selected component. So I had a closer look to your plugin and after some playing around, I did some modifications (see attached patch).
At least here it is working (I'm still doing more testing).
Could you please have a look at the patch and confirm that I'm not doing any changes that influence the normal behaviour of your plugin? (I'm neither a javascript- nor a jquery-programmer, so I'm a little afraid to break some functionality with my changes...)
Thanks a lot!
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | text-field.patch added |
---|
comment:1 Changed 14 years ago by
You patch is okay for your circumstance, that the cc field is the last fields in the chain.
Patch to allow chaining of text-fields