twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
Previously, timeline activities were using shouldOnlyLoadRelationIdentifiers=true (default), which only loaded id, name, and avatarUrl fields for the workspace member. However, the workspace member object was being returned as undefined, causing...
https://github.com/user-attachments/assets/a3074292-acc7-4117-add4-8b3f8d00673e
https://github.com/user-attachments/assets/e2ed0b56-5f30-45d7-a70a-05ccdcb2f512
## Bug Description I created a relation field from my custom object and Tasks, another one from my custom object and Notes. (I did this bc I wanted to rename...
## Bug Description Rendering error in companies list, first item in table list is not showing correctly, it's details are hidden. Check screen recording for clear details. Check the bottom...
Add a new setting similar to the settings we already have here: To define the behavior upon click which should be either copying the value to keyboard or a link...
https://github.com/user-attachments/assets/217aa133-905f-4dcd-8bbc-205e6f977514 I have to click outside after enter to trigger the update
Closes #15728 ## Problem The `color` of `ButtonHotKeys` was set to `theme.border.color.blue` when the button accent was blue. This led to poor visibility of the hotkey. ## Solution The `color`...
Closes #15067 When filtering by a record's `id` using the "Is" operator in a workflow's `Search Records` action, the filter was ignored. The action returned all records for that object...