Opened 11 years ago
Closed 10 years ago
#11704 closed defect (fixed)
Reporter can't be changed using batch modify
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | ticket system | Version: | |
| Severity: | normal | Keywords: | batch-modify |
| Cc: | Branch: | ||
| Release Notes: |
User with |
||
| API Changes: | |||
| Internal Changes: | |||
Description
It would seem to make sense to allow the reporter to be changed using batch modify when the user has TICKET_ADMIN permission. Currently the reporter is skipped when creating the form: branches/1.0-stable/trac/ticket/templates/batch_modify.html@12976:36-37#L28.
One possible outcome of #2045 is that the reporter and owner would be exclusively managed by the ticket workflow, so we should keep the possibility of conflicting changes in mind.
Attachments (1)
Change History (5)
comment:1 by , 10 years ago
| Milestone: | next-stable-1.0.x → next-major-releases |
|---|
by , 10 years ago
| Attachment: | t11704.patch added |
|---|
comment:2 by , 10 years ago
| Release Notes: | modified (diff) |
|---|
comment:3 by , 10 years ago
| Milestone: | next-major-releases → 1.2 |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:4 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Committed to trunk in [14216].



Proposed changes in attachment:t11704.patch. I'll add a functional test before committing.