Opened 13 years ago
Closed 13 years ago
#5221 closed defect (bug) (duplicate)
possible bug with profile field creation
| Reported by: | DJPaul | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Extended Profile | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
In the wp-admin Users > Profile Fields screen, are you able/meant to be able to change the type of an existing profile field? Pretty sure it always used to work like this.
can_delete seems to be getting set to 0 for new records in the bp_xprofile_fields table. Editing the DB directly gives me the options I'd expect.
I think we should do something like http://pastebin.com/9Hn48bfC
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
A more general solution would be to set a default value in
BP_XProfile_Field. See 5221.patch.Yes, I think so. In a quick test against current trunk, I'm able to change the type. Are you unable to? Is it related to the can_delete issue for *new* fields?