twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Building a modern alternative to Salesforce, powered by the community.

Results 2448 twenty issues
Sort by recently updated
recently updated
newest added
trafficstars

Closes #3166 - Added handling for FieldMetadataType.MultiSelect and FieldMetadataType.Select cases in the generateEmptyFieldValue function. - Returned an empty array as the default value for these field types.

PR: awaiting author

Today, we can connect external services using Api Keys. But we want to go further and connect using OAuth2 The goal is to let any user to connect an external...

Closes #3162 ## Context This PR leverages Nx's workspace lint rules feature (see https://nx.dev/nx-api/eslint/generators/workspace-rule) to avoid having to build eslint rules written with Typescript before they can be used by...

PR: awaiting review

Im using v2.2.0 opensource version. While creating a new object or adding a new field in existing object, im not able to see the relation type.

type: bug

https://github.com/twentyhq/twenty/blob/a4e45d039e31381bd012d2391ec8c801a94e6155/packages/twenty-front/src/modules/object-record/utils/generateEmptyFieldValue.ts#L54 Sentry Issue: [PROD-2Q](https://twenty-v7.sentry.io/issues/4758017188/?referrer=github_integration) ``` Error: Not implemented yet at R5n (/assets/index-bbb_VXwK.js:1983:597) at generateEmptyRecord (/assets/index-bbb_VXwK.js:1983:748) at createOneRecord (/assets/index-bbb_VXwK.js:1983:1041) at l (/assets/index-bbb_VXwK.js:4588:371) at Object.kXe (/assets/index-bbb_VXwK.js:5:9903) ... (10 additional frame(s) were not...

Fixes #2800 before ![imagen](https://github.com/twentyhq/twenty/assets/14137213/781e9fed-4bff-43de-86eb-c1e6f2a7a080) after

scope: front
PR: awaiting author

closes #3098

blocked: design needed

## Scope & Context Our custom Eslint rules are written in Typescript and must be built before Eslint and VSCode can use them. Currently, the rules are built as a...

type: chore

## Bug Description The borders of a FloatingButton inside a FloatingButtonGroup should change depending on its position. (Note that in the documentation there's a problem because both buttons have the...

type: bug
good first issue

Fixes: #3156 Changed the header table components, styling to make the header row sticky Here's the video https://github.com/twentyhq/twenty/assets/46224156/933d1481-5a73-49a7-885d-110c5573b43e

PR: awaiting author