Skip to content

Commit

Permalink
Do not do a node lookup for multi-value field_member_of
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 14, 2024
1 parent 12a81dc commit d9cb22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workbench
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def create():
if "field_member_of" in row.keys() and (
len(row["field_member_of"]) > 0
and value_is_numeric(row["field_member_of"]) is False
and config["subdelimiter"] not in row["field_member_of"]
):
field_member_of_value_for_message = copy.copy(row["field_member_of"])
row["field_member_of"] = get_nid_from_url_alias(
Expand Down

0 comments on commit d9cb22c

Please sign in to comment.