Problem/Motivation

In issue https://www.drupal.org/project/flexmail/issues/3223301 we fixed how custom field data is retrieve from Flexmail API.
We did this within \Drupal\flexmail_webform\CustomFields\CustomFieldBuilder::buildCustomMappingFields but, those fields are also used elsewhere (\Drupal\flexmail_webform\CustomFields\FlexCustomValues::initiateFlexFieldData) where this was not fixed.

A better way is to fix this directly after we retrieve data from API so other usages of retrieved custom fields do not need to be changed.

Issue fork flexmail-3245086

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

saso.sotlar created an issue. See original summary.

saso.sotlar’s picture

Version: 2.0.0-alpha1 » 2.x-dev

saso.sotlar’s picture

Assigned: saso.sotlar » Unassigned
Status: Active » Needs review

Added a fix into 3245086-fix-retrieving-custom-fields branch.

daften made their first commit to this issue’s fork.

daften’s picture

Status: Needs review » Fixed

Committed, thanks for the contribution!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.