Allow user to display firstname before lastname
Bug #1269375 reported by
Yajo
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Partner and Contact Management |
New
|
Undecided
|
Unassigned |
Bug Description
For many users this is a better way of seeing the contact list.
To post a comment you must log in.
I am also affected by this issue. I would like to have the firstname before the lastname.
I see 2 solutions :
- make it a configurable option
- make it inheritable
Currently, in the code of partner_firstname, the "name" field is converted to a fields.function which calls _compute_ name_custom and all the code is inside the function _compute_ name_custom, so we can't inherit it. I propose to move the code that is inside the loop of the function _compute_ name_custom to a dedicated function that can be inherited.
I'll to the MP tonight if you agree.