Opened 11 years ago
Closed 11 years ago
#5221 closed defect (bug) (duplicate)
possible bug with profile field creation
Reported by: | DJPaul | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Extended Profile | 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.
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?