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

I saw in the code we have a field type "probability": https://github.com/twentyhq/twenty/blob/aa8d689e3e4a2a923dddd6c0b33ad458a127fa66/packages/twenty-server/src/metadata/field-metadata/field-metadata.entity.ts#L30 I don't think we should have both Probability and Rating. We should only keep one field type (probability)...

good first issue
type: chore

### Current behavior: I cannot click to access the related record. For example, I cannot access the company from the people list view ### Desired behavior - Put companies inside...

good first issue
scope: front
ready

We should add a `workspaceMemberId` table on favorites and make favorites user-level. If I add a record as favorite, it shouldn't be listed as a favorite for other workspace members.

scope: back+front
type: design improvement

## Bug Description https://github.com/twentyhq/twenty/assets/26528466/a1e62feb-077b-4e15-8bba-2f58336f881d The task list re-renders multiple times, and even becomes empty to re-render with the new correct state. ## Expected behavior We don't want any re-render of...

type: bug

## Current Behavior In the "Files" tab, I have to click the "New file" button to add a file. ![CleanShot 2024-01-10 at 10 25 38](https://github.com/twentyhq/twenty/assets/19412894/555f4730-4b3a-4dd3-a82a-8eff35754d5e) ## Desired Behavior We would...

good first issue
scope: front
size: hours

Filtering on dates does not work: `filter: { and: [{createdAt: {eq: '2023-07-14T15:09:17.679Z'}}]}` returns 0 values even if such a record exists in the db

Not sure if it's something we want to solve, but just logging it to discuss it quickly. The way we update view filter is not idempotent ; if we click...

type: bug

## Scope & Context We have currently multiple spots where we create and delete files: * Workspace image * profile image * attachments * people pictures * ... ## Current...

scope: backend
blocked: tech spec needed
T

Adding a security.txt file enables security researchers to quickly and easily see where they can submit security issues and know that they are being taken serious. From the proposal website:...

## Context DeleteOneObject was wrongly enabled on the BE, we should not have enabled it because nestjs-query generated method didn't have enough context to delete all the entities (relations, DB...

PR: awaiting review