From fa2471c8521f782f83e7e441afab17a52d5abccb Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 3 Oct 2012 19:36:06 +0200 Subject: Bug 757935: Bugs with resolution MOVED cannot be edited r=glob a=LpSolit --- extensions/OldBugMove/Extension.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/OldBugMove/Extension.pm b/extensions/OldBugMove/Extension.pm index c1fa50a65..9a499d5d0 100644 --- a/extensions/OldBugMove/Extension.pm +++ b/extensions/OldBugMove/Extension.pm @@ -118,7 +118,9 @@ sub _check_bug_resolution { my $original_validator = shift; my ($invocant, $resolution) = @_; - if ($resolution eq 'MOVED' and !Bugzilla->input_params->{'oldbugmove'}) { + if ($resolution eq 'MOVED' && $invocant->resolution ne 'MOVED' + && !Bugzilla->input_params->{'oldbugmove'}) + { # MOVED has a special meaning and can only be used when # really moving bugs to another installation. ThrowUserError('oldbugmove_no_manual_move'); -- cgit v1.2.3-24-g4f1b