Feature proposal #5516
closedUpdate name fields regardless of name style
Description
If name style is set to a single name field then first, middle, and last do not update. This can be an issue if you want to filter the userlist by lastname (doable with advanced filter since the field it self has been unpublished). This also causes issues if the name style is toggled to a different style after users have been established. It just makes sense to always maintain the name fields.
https://www.joomlapolis.com/forum/153-professional-member-support/231182-problem-with-name-fields
Simple fix is to just add prepareFieldDataSave handling for single name field usage to update first, middle, and last FROM name as needed.
Updated by beat about 9 years ago
- Target version changed from CB 2.0.11 to CB 2.0.12
Updated by beat about 9 years ago
- Target version changed from CB 2.0.12 to CB 2.0.13
Updated by beat almost 9 years ago
- Target version changed from CB 2.0.13 to CB 2.0.14
Updated by beat over 8 years ago
- Target version changed from CB 2.0.14 to CB 2.0.15
Updated by beat about 8 years ago
- Target version changed from CB 2.0.15 to CB 2.1
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1103
This is not retroactive. New user edit or registration saves will split name into first/middle/last as needed now during processing of the name field.