Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#2173 closed defect (bug) (fixed)

Saving Selection Field Issue

Reported by: nickbwatson's profile nickbwatson Owned by:
Milestone: 1.2.2 Priority: critical
Severity: Version:
Component: Keywords: field, saving, selection, profile
Cc:

Description

This is quite a major issue.

If there are any of the following selection fields within a profile group, you will not be able to save the profile group until a selection is filled in each (even if they are not set to "required"). You will receive the error "There was a problem updating some of your profile information, please try again."

-radio buttons
-drop down select box
-checkboxes
-multi select box

Multi select box gets another issue as well. Only the last thing you select in the multi select box gets saved. When you go back, the last thing on the list selected will be the only option saved in your profile.

This is a major issue that needs to be fixed.

Change History (3)

#1 @apeatling
15 years ago

The first issue is fixed in the 1.2 branch.

#2 @apeatling
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [2831]) Fixes #2173

#3 @boonebgorges
11 years ago

In 7122:

Introduces bp_get_the_profile_field_errors_action()

This convenience function concatenates an action name for use in rendering the
errors associated with a given xprofile field during registration.

Previously, the action name was concatenated inline, using the _field_name_
value. This caused problems in the case of multiselect fields, which have a
field name appended with '[]' for other reasons. See #2173

Fixes #4978

Note: See TracTickets for help on using tickets.