Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#8500 closed defect (bug) (fixed)

xProfile Signup Fields are not ordered the right way as soon as there are more than 9 signup fields

Reported by: imath's profile imath Owned by: imath's profile imath
Milestone: 9.0.0 Priority: normal
Severity: normal Version: 8.0.0
Component: Extended Profile Keywords: has-patch
Cc:

Description

This issue was reported on our support forum by :

The reason for this wrong behavior is I forgot to convert the metadata as SIGNED into the MySQL order clause. My bad 😞

Attachments (1)

8500.patch (790 bytes) - added by imath 4 years ago.

Download all attachments as: .zip

Change History (4)

@imath
4 years ago

#1 @imath
4 years ago

In 12980:

xProfile: make sure signup fields are ordered the right way

As the signup_position xProfile meta is stored as a LONGTEXT into the db table, we need to convert it to a SIGNED when using this data to order signup fields.

Props tamarazambrana, niftythree

See #8500 (branch 8.0)

#2 @imath
4 years ago

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

In 12981:

xProfile: make sure signup fields are ordered the right way

As the signup_position xProfile meta is stored as a LONGTEXT into the db table, we need to convert it to a SIGNED when using this data to order signup fields.

Props tamarazambrana, niftythree

Fixes #8500 (trunk)

#3 @imath
4 years ago

  • Milestone changed from 8.1.0 to 9.0.0

Ticket retargeted after milestone deleted

Note: See TracTickets for help on using tickets.