Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
Changing the ORDER of profiles using the up/down arrows from "Configure Profiles" can result in a profile which is linked to an online contribution page or event being assigned a weight > 2. The current code ignores these (it only loads profiles from the uf_join table where weight = 1 OR weight = 2.
Modify the code to just take the first 2 entries in uf_join table ORDER BY weight.