Closed Bug 55786 Opened 24 years ago Closed 24 years ago

Cannot commit when noneditable parts change.

Categories

(Bugzilla :: Bugzilla-General, defect, P3)

defect

Tracking

()

VERIFIED DUPLICATE of bug 67482

People

(Reporter: burnus, Assigned: justdave)

Details

(Whiteboard: 2.14)

Hi, In my case the entry of the Assigned changed. This value is static and I cannot change it. But I get this message: ----------------- Only the owner or submitter of the bug, or a sufficiently empowered user, may make that change to the assigned_to field. Old value: leaf@netscape.com New value: leaf@netscape.com (Daniel ----------------- I encountered this with bug 51677.
Tobias is this still happening in the latest nightlies? (works for everyone else)
Severity: blocker → critical
Yes, this is in fact a bug in the bugzilla code. It is caused by the fact that Leaf had ()'s in his Real Name "Daniel (leaf) Nunes". The patch attached to bug 63524 addresses this problem as well as the enhancement it is intended to provide. The block of code at fault is: if ( $bug{'assigned_to'} =~ /(.*)\((.*)\)/ ) { $bug{'assigned_to'} = $1; chop($bug{'assigned_to'}); }
Whiteboard: 2.14
That bug is newer, but it describes the problem better IMHO. *** This bug has been marked as a duplicate of 67482 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
v. dupe of bug 67482
Really verifying.
Status: RESOLVED → VERIFIED
moving to Bugzilla product reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: tara → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.