Active
Project:
Business Rules
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 May 2022 at 13:08 UTC
Updated:
16 May 2022 at 13:21 UTC
Jump to comment: Most recent
If the field value structure does not contain keys like "value" to "target_id" - they are skipped. For example - the address field.
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
Comment #3
gilmordPrepared MR with a simple solution - if the field is not standard - compare serialized data.
Not sure it is a good solution, but it should work with the previous implementation and works with address fields.
Comment #4
gilmordsofar I consider this to be not the best implementation,
for example, if you try using such a variable or field value as a token in the email - it will be serialized.