[go: up one dir, main page]

Skip to content

Commit

Permalink
Correct relatedEntityId
Browse files Browse the repository at this point in the history
  • Loading branch information
iddan committed Jan 5, 2021
1 parent 8700dfa commit 3ba62fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async function main() {
},
properties: {
allowMultipleSelection: !properties.allowMultipleSelection,
relatedEntityId: properties.relatedEntityId,
relatedEntityId: field.entityVersion.entity.id,
relatedFieldId: field.permanentId
}
}
Expand Down

0 comments on commit 3ba62fa

Please sign in to comment.