Changes between Initial Version and Version 1 of Ticket #3446, comment 3
- Timestamp:
- 08/06/2011 08:21:42 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3446, comment 3
initial v1 1 1 Ok, here is the description of an error. It tries to get full_name of that user we are working with. It uses the field name called Name (main undeletable field) - and I don't have it in the DB - I have Base instead (I just renamed it). 2 So the problem is that this option: $bp->site_options['bp-xprofile-fullname-field-name'] - is not updated when we are renaming the field with ID = 1 (I have tested this). 2 So the problem is that this option: 3 {{{ 4 $bp->site_options['bp-xprofile-fullname-field-name'] 5 }}} 6 is not updated when we are renaming the field with ID = 1 (I have tested this). 3 7 4 8 Working with the patch...