twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
Fixed the naming convention at object-level permissions. Removed the _Records on_. Only [Action] + [Object Name] (e.g. "See Companies") will be shown  Closes #12906
## Scope & Context I started to do some work on this branch: https://github.com/twentyhq/twenty/compare/main...bd-json-fields ## Current behavior Only JSON bodies can be sent. ## Expected behavior We might want to...
Variables can be used without surrounding quotes. The formatting is also preserved for raw json. We would have to do additional work if we want to add other types of...
# Replace hotkey scopes by focus stack (Part 4 - Inputs) This PR is the 4th part of a refactoring aiming to deprecate the hotkey scopes api in favor of...
When trying to open and close a JSON field inline cell with a null value, it produces an error with persistField https://github.com/user-attachments/assets/67fb6e76-d446-4608-b484-9d6057157171
## Scope & Context **Example:** ``` We are working on enabling users to add custom fields in their workspace. The ticket is about adding the custom field feature on Companies...
This PR fixes the database name check to ignore query params. This is useful for situations where you need to force sslmode, like ?sslmode=require. Yarn seems to handle this, but...
Hello, the [example .env](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/.env.example#L11) suggests that changing `PORT` would change the server port. But [it doesn't](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/src/main.ts#L69). This [leads to confusion](https://www.answeroverflow.com/m/1371563786732834936).
Modifying the data-model can sometimes fail in the middle of your operation, due to the way we handle both metadata update and schema migration separately, a field can be created...
Hi, I am curious if you plan to use twenty as library -> maximum customization I mean: I have some nest project Npm install twenty/core.. Init twenty in nest Use...