Closed
Bug 757935
Opened 13 years ago
Closed 12 years ago
Bugs with resolution MOVED cannot be edited
Categories
(Bugzilla :: Creating/Changing Bugs, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: ken-kw-bgzll.c2c92d, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file)
889 bytes,
patch
|
glob
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_7_4; en-US) AppleWebKit/533.21.1+(KHTML, like Gecko, Safari/533.19.4) Version/5.11.1 OmniWeb/622.18.0
Steps to reproduce:
Try to add a comment or a "See Also" URL to a bug with resolution "MOVED".
Actual results:
An error page appears with "You cannot set the resolution of a bug to MOVED without moving the bug."
Expected results:
The resolution was not changing. It was _already_ MOVED so it should not have triggered this error.
Note that if I change the value "MOVED" to check "Enabled for bugs" I can then add comments and URLs, etc. But this leaves that resolution open to anyone to use for any bug even if it's not moved.
See also Bug 431730 - "Bugs with resolution MOVED cannot be edited anymore". This is evidently another regression of the same symptom.
Comment 1•12 years ago
|
||
This is a duplicate of Bug 431730. Please mark it accordingly.
Assignee | ||
Comment 2•12 years ago
|
||
I can reproduce the issue with 4.5. This means the extension is really broken and unusable.
Status: UNCONFIRMED → NEW
Depends on: bz-oldbugmove
Ever confirmed: true
Flags: blocking4.4+
Flags: blocking4.2.4+
Target Milestone: --- → Bugzilla 4.2
Assignee | ||
Comment 3•12 years ago
|
||
We must not throw an error if the resolution was already set to MOVED.
Assignee: create-and-change → LpSolit
Status: NEW → ASSIGNED
Attachment #666195 -
Flags: review?(glob)
Assignee | ||
Comment 4•12 years ago
|
||
Let's take it for 4.0 too, which is where this extension has been implemented. In fact, the extension never worked correctly once a bug was marked as MOVED. This patch applies cleanly to all branches and works as expected.
Flags: blocking4.0.9+
Target Milestone: Bugzilla 4.2 → Bugzilla 4.0
Assignee | ||
Updated•12 years ago
|
Keywords: regression
Comment on attachment 666195 [details] [diff] [review]
patch, v1
r=glob
Attachment #666195 -
Flags: review?(glob) → review+
Assignee | ||
Updated•12 years ago
|
Flags: approval4.4+
Flags: approval4.2+
Flags: approval4.0+
Flags: approval+
Assignee | ||
Comment 6•12 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified extensions/OldBugMove/Extension.pm
Committed revision 8405.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.4/
modified extensions/OldBugMove/Extension.pm
Committed revision 8401.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.2/
modified extensions/OldBugMove/Extension.pm
Committed revision 8142.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.0/
modified extensions/OldBugMove/Extension.pm
Committed revision 7725.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•