Opened 13 years ago
Closed 10 years ago
#9251 closed enhancement (duplicate)
[PATCH] del_field operation
Reported by: | hju | Owned by: | Eli Carter |
---|---|---|---|
Priority: | normal | Component: | AdvancedTicketWorkflowPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I've implemented a new operation in our trac to clear one ore more ticket fields in a operation.
We use this operation to clear custom fields, but you may clear any field of the ticket. It is a more flexible implementation of del_resolution or del_owner
The fields are specified by their 'name' (not 'label']
<someaction>.operations = del_field <someaction>.del_field = field1,field2
You just need to extend controller.py whith this snipped.
Attachments (2)
Change History (3)
Changed 13 years ago by
Attachment: | controller_del_field.patch added |
---|
comment:1 Changed 10 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is one of many tickets requesting the ability to add, delete, append to or remove from a field. I'd like to implement that feature in this plugin and then integrate it to the Trac core (trac:#11452). I'm closing these tickets as duplicates so that we can have the discussion in a single ticket. Duplicate of #9502.
Code snipped operation 'del_field'