#5939 - Editing a custom profile field type in API does not edit f_member_custom_fields type

  • By
  • Added
  • 20 views
Identifier #5939
Issue type Minor issue (breaks specific functionality)
Title Editing a custom profile field type in API does not edit f_member_custom_fields type
Status Open
Tags

Roadmap: v11 (custom)

Handling member Deleted
Addon General / Uncategorised
Description When editing a special CPF via install_edit_custom_field, we expect that the type is edited in db_meta, f_custom_fields, and f_member_custom_fields.

The value is edited in db_meta.
The value is edited in f_custom_fields.
But the column type / properties in f_member_custom_fields do not get edited.

Example... cms_payment_card_number was changed from integer to short_text. db_meta has SHORT_TEXT after upgrade, and f_custom_fields has short_text. But the actual column type in f_member_custom_fields is still int(11).
Steps to reproduce

Funded? No
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".

Rating

Unrated