View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005939 | Composr | [All Projects] General / Uncategorised | public | 2024-09-14 03:32 | 2024-09-14 17:25 |
Reporter | Patrick Schmalstig | Assigned To | Patrick Schmalstig | ||
Severity | Minor-bug | ||||
Status | assigned | Resolution | open | ||
Product Version | |||||
Fixed in Version | |||||
Summary | 0005939: Editing a custom profile field type in API does not edit f_member_custom_fields type | ||||
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). | ||||
Tags | Roadmap: v11 | ||||
Time estimation (hours) | |||||
Sponsorship open | |||||
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 |