F alko
Explore posts from serversCannot find field metadata item for field name somethingDeleted on object person
Problem is here:
If we change it to
return null;
instead of throwing an error, it sort of works.
Simple returning a EventFieldDiff
doesn't work, fieldMetadataItem is required, eventho it is defined as fieldMetadataItem | undefined
.10 replies
Confirm deletions / disable deletion for some users
I went ahead and made a PR to fix it:
https://github.com/twentyhq/twenty/pull/6357
The functionality was already there, but blocked by a bug.
4 replies