Modify ↓
#10924 closed defect (fixed)
Can't batch modify ticket state without also changing a ticket field
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 1.1.1 |
Component: | ticket system | Version: | |
Severity: | normal | Keywords: | batch-modify |
Cc: | Branch: | ||
Release Notes: |
Fixed batch modification when no fields are changed. |
||
API Changes: | |||
Internal Changes: |
Description
Batch modification of the ticket state has no effect unless a ticket field is also changed.
Attachments (1)
Change History (5)
by , 12 years ago
Attachment: | t10924-r11412-1.patch added |
---|
comment:1 by , 12 years ago
Milestone: | → 1.1.1 |
---|
Right! (Although I think the test should be changed to if new_values is not None:
.)
comment:2 by , 12 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in [11413].
comment:3 by , 12 years ago
Owner: | set to |
---|
comment:4 by , 11 years ago
Keywords: | batch-modify added |
---|
Note:
See TracTickets
for help on using tickets.
Patch against r11412 of the trunk.