Opened 20 years ago
Closed 17 years ago
#905 closed enhancement (fixed)
[PATCH] Add resolution 'moved' to the list of possible ticket resolutions
Reported by: | pkou <pkou at ua.fm> | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | ticket system | Version: | devel |
Severity: | normal | Keywords: | workflow |
Cc: | dombly@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
One more resolution type is possible when a ticket is resolved: moved. The description of the new resolution type is available at Bugzilla help:
The problem was specific to a related product whose bugs are tracked in another bug database. The bug has been moved to that database.
Patch attached.
Attachments (1)
Change History (13)
by , 20 years ago
Attachment: | patch-resmoved-r1040.diff added |
---|
comment:1 by , 19 years ago
Cc: | added |
---|
comment:2 by , 19 years ago
Keywords: | workflow added |
---|
comment:3 by , 19 years ago
Owner: | changed from | to
---|
I added trac-admin
commands for resolution
, in r2846.
However, I don't know if the moved
resolution should be added as a default.
Also, it should be possible to specify the target for the move, and in this respect, this ticket is related to #1395 (ability to explicitely specify the duplicated ticket).
comment:4 by , 19 years ago
Milestone: | → 0.11 |
---|---|
Status: | new → assigned |
comment:5 by , 19 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
comment:6 by , 19 years ago
Status: | new → assigned |
---|
comment:7 by , 19 years ago
IIUC, the various resolutions shouldn't be stored in the db anymore, right? If so, you should revert r2846.
comment:8 by , 18 years ago
Cc: | added |
---|
Is there any way out there to safely localize resolution names? If none, IMHO r2846 could hack it out (on post-install stage).
comment:9 by , 18 years ago
Cc: | removed |
---|
comment:11 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | assigned → new |
For the time being, the resolution is still and enum, and I think it's convenient enough that way.
comment:12 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch for the changes