Closed
Bug 543500
Opened 16 years ago
Closed 16 years ago
Cannot add/edit components anymore (regression in user matching)
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.6
People
(Reporter: himorin, Assigned: LpSolit)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
2.14 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
The name is not a valid username. Either you misspelled it, or the person has not registered for a Bugzilla account.
From user-error template, name would be inserted between 'The name' and 'is'.
Could do with 3.5.2+, but not with 3.5.3.
| Assignee | ||
Comment 1•16 years ago
|
||
Bugzilla 3.4.5 is fine, so this is 3.6 only.
Severity: normal → critical
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking3.6+
Keywords: regression
Target Milestone: --- → Bugzilla 3.6
| Assignee | ||
Comment 2•16 years ago
|
||
This is a regression due to bug 534057 and is due to empty strings present in multi-select fields (in this specific case: initialcc). I have to completely delete the hash key for multi-select fields, and let it be repopulated if a match is found.
| Assignee | ||
Comment 3•16 years ago
|
||
Now input data is sanitized in all cases, even when returning early.
Attachment #424634 -
Flags: review?(mkanat)
Comment 4•16 years ago
|
||
Comment on attachment 424634 [details] [diff] [review]
patch, v1
Ah, looks okay. :-) Thanks! :-)
Attachment #424634 -
Flags: review?(mkanat) → review+
Updated•16 years ago
|
Flags: approval+
| Reporter | ||
Comment 5•16 years ago
|
||
Works with 3.5.3. :)
(at http://bugzilla.jpmoz.net/ )
Updated•16 years ago
|
Flags: approval3.6+
| Assignee | ||
Comment 6•16 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified Bugzilla/User.pm
Committed revision 6956.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/3.6/
modified Bugzilla/User.pm
Committed revision 6954.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Summary: Cannot create new component → Cannot add/edit components anymore (regression in user matching)
You need to log in
before you can comment on or make changes to this bug.
Description
•