Problem/Motivation

When I tried to use this process plugin for the uid field (i.e., node author user), this plugin could not find the existing value, because it looked at 'value' key of the field value.

The uid field is an entity reference, so it uses 'target_id' key.

Proposed resolution

Call getString() to get the string value of the field, instead of assuming that it is inside value key.
See the MR.

Remaining tasks

Code review, user testing.

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:

Comments

krisahil created an issue. See original summary.

  • krisahil committed 8c45e031 on 1.0.x
    Issue #3351307: Allow to work with non-text fields
    
jnicola’s picture

Merged, thanks for updating!

krisahil’s picture

Status: Active » Fixed
krisahil’s picture

Status: Fixed » Closed (fixed)