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

This PR fixes a bug that only happens on workflow form inputs. Clicking a month or year dropdown in the date picker header, will close the whole date picker, instead...

-PR: awaiting review

suspected input: https://github.com/twentyhq/twenty/pull/9157

from-sentry

## Scope & Context Enable people / contacts to be searched for by their email addresses via the API and make their UUID an optional requirement instead of a mandatory...

## Bug Description When searching with Chinese characters, cannot get the expected result. **Example:** Create two opportunities: 1. `示例商业线索` 2. `示例-商业-线索` When searching globally, both opportunities show in results for...

The chevron (arrow) next to the globe icon in the footer remains pointing down even when the language menu is expanded. ©2025 Twenty PBC | (globe icon) (arrow) When the...

This PR replaces the many calls of useDropdown by the new standalone hooks : useCloseDropdown, useOpenDropdown and useToggleDropdown. This will allow to remove useDropdown and then the dropdown recoil component...

-PR: awaiting review

Sentry Issue: [TWENTY-SERVER-5F1](https://twenty-v7.sentry.io/issues/6573150755/?referrer=github_integration) and [other sentry issue](https://twenty-v7.sentry.io/issues/6573150755/?environment=prod&environment=prod-eu&project=4507072499810304&query=is%3Aunresolved%20%21issue.type%3A%5Bperformance_consecutive_db_queries%2Cperformance_consecutive_http%2Cperformance_file_io_main_thread%2Cperformance_db_main_thread%2Cperformance_n_plus_one_db_queries%2Cperformance_n_plus_one_api_calls%2Cperformance_p95_endpoint_regression%2Cperformance_slow_db_query%2Cperformance_render_blocking_asset_span%2Cperformance_uncompressed_assets%2Cperformance_http_overhead%2Cperformance_large_http_payload%5D%20timesSeen%3A%3E10&referrer=issue-stream&sort=date&stream_index=8)

from-sentry

Sentry Issue: [TWENTY-SERVER-69K](https://twenty-v7.sentry.io/issues/6672365652/?referrer=github_integration) ``` EntityNotFoundError: Could not find any entity of type "ServerlessFunctionEntity" matching: { "where": { "id": "xxx", "workspaceId": "yyy" } } File "../../../../../src/engine/metadata-modules/serverless-function/serverless-function.resolver.ts", line 43, in {ServerlessFunctionResolver#2}.findOneServerlessFunction return...

from-sentry

## Scope & Context **Example:** ``` We are working on enabling users to update their layouts based on their needs, say add new sections on the Opportunity, divide fields, separate...

## Scope & Context **Example:** ``` We are working on creating a custom page for users via manual form input through workflows. The ticket is about adding the ability in...