View Issue Details

IDProjectCategoryView StatusLast Update
0005939Composr[All Projects] General / Uncategorisedpublic2024-09-14 17:25
ReporterPatrick SchmalstigAssigned ToPatrick Schmalstig 
SeverityMinor-bug 
Status assignedResolutionopen 
Product Version 
Fixed in Version 
Summary0005939: Editing a custom profile field type in API does not edit f_member_custom_fields type
DescriptionWhen 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).
TagsRoadmap: v11
Time estimation (hours)
Sponsorship open

Activities

Patrick Schmalstig

2024-09-14 17:25

administrator   ~0009376

I can't reproduce on my dev machine. May have to defer to Chris.

Issue History

Date Modified Username Field Change
2024-09-14 03:32 Patrick Schmalstig New Issue
2024-09-14 03:32 Patrick Schmalstig Status non-assigned => assigned
2024-09-14 03:32 Patrick Schmalstig Assigned To => Patrick Schmalstig
2024-09-14 03:32 Patrick Schmalstig Tag Attached: Roadmap: v11
2024-09-14 17:25 Patrick Schmalstig Note Added: 0009376