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

- Changed the color from lighter to primary for visibility improvement. - Increased the size of the font from xxs to xs. - Changed the weight from regular to semiBold....

[#12744] UI Fix: Change text color in Filter Section Separator from light to tertiary. Before After

## Scope & Context In the current codebase, filter definitions are duplicated across multiple layers: - GraphQL filter input types in `packages/twenty-server/src/engine/api/graphql/workspace-schema-builder/graphql-types/input/` - REST filter parsing logic for string queries...

type: chore

## Summary Create a Model Context Protocol (MCP) server that exposes Twenty CRM's GraphQL and REST APIs as MCP tools, enabling AI assistants like Claude to directly interact with CRM...

## Bug Description When a user of my domain gets an invite link to my workspace, he can enter email and password in the form and click on "sign up"....

## Bug Description I honestly can't say what happened exactly or how. I was playing around trying to create new users via API in order to see, if I can...

## Scope & Context **Example:** ``` In previous PRs: #1667 and #1636, we have introduced a new MenuItem draggable in the dropdown and implemented a drag and drop behavior. This...

type: chore

## Bug Description A clear and concise description of what the current behavior is. Please also add **screenshots** of the existing application. **Example:** ``` In DarkMode, when scrollbar are displayed...

Closes #12932 ### What this PR does Fixes an error that occurred when `null` was passed to `persistField` for RAW_JSON fields. ### Changes made - Removed unsafe `persistField(null)` call. -...

RestApiExceptionFilter is used as an exception filter for the core controller which is used for crud operations on our objects (equivalent of our dynamic queries findManyPeople etc. on the graphql...