]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 357677 Crash on enter_bug.cgi
authortimeless%mozdev.org <>
Mon, 23 Oct 2006 22:46:33 +0000 (22:46 +0000)
committertimeless%mozdev.org <>
Mon, 23 Oct 2006 22:46:33 +0000 (22:46 +0000)
commit2d33c8a801b5f522b5adfd9434fda16d08009524
tree7a9a36d119053a1c00f2a7a4d4597df9f964ab0e
parentc33b4eb31dbf095c98bf5bf8950e114b80273f08
Bug 357677 Crash on enter_bug.cgi
Patch by Frédéric Buclin <LpSolit@gmail.com>
r=ghendricks r=colin.ogilvie

Object->new_from_list() orders the list by LIST_ORDER
which have these defaults:
LIST_ORDER => NAME_FIELD
NAME_FIELD => 'name'

but the profiles table has login_name, not name
so this object needs to set NAME_FIELD
Bugzilla/User.pm