mecachisenros / cf-civicrm

Caldera Forms CiviCRM Integration
GNU Affero General Public License v3.0
30 stars 26 forks source link

Priceset Field Values are not sorted by weight, instead sorted by default API order #187

Closed agileware-justin closed 3 years ago

agileware-justin commented 3 years ago

Priceset Field Values are not sorted by weight, instead sorted by default API order

Overview

Priceset Field Values are not sorted by weight, instead sorted by default API order

Before

Priceset Field Values are displayed in the wrong order.

After

Priceset Field Values are displayed according to their weight, appear in correct order.

Technical Details

Added weight sort to API call.

Agileware Ref: CFC-75