Skip to content

Commit

Permalink
WIP on #772.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Apr 24, 2024
1 parent c197de3 commit 7e63681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workbench_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,8 @@ def serialize(self, config, field_definitions, field_name, field_data):
# Output term IDs.
if ping_term(config, subvalue["target_id"]) is True:
subvalues.append(str(subvalue["target_id"]))
else:
return None

if len(subvalues) > 1:
return config["subdelimiter"].join(subvalues)
Expand Down

0 comments on commit 7e63681

Please sign in to comment.