Félix Malfait

Results 219 issues of Félix Malfait

Since we introduced the 1-user to multiple-workspaces use-cases this created a few edge cases. One of which is that, to accept an invite, you have to be logged out and...

We will soon merge #5462 ; I think it would be nice to find a way to enforce this rule, not as strict requirement but as a recommandation across the...

I tried to import the following CSV on the companies tab: [companies.csv](https://github.com/twentyhq/twenty/files/15377451/companies.csv) But the emojis are not displayed properly: Probably something to change to force utf-8? Not sure if it's...

type: bug

We've developed a graphql query to check for duplicates for each object (`CompanyDuplicates`, `PersonDuplicates`,...). It would be great to expose this also on the REST API, so that it could...

Right now we don't support the select field in CSV import which is annoying, especially when importing opportunities/deals from another CRMs. We can only import a few field types (e.g....

T

The biggest limitation of our CSV feature today is that it's not possible to use it to create relationships. So for example if you import a list of people, it...

scope: back+front
size: long
prio: high

## list view ## Table view Name is displayed on the card but it's not visible on the field

scope: front
T

## Context It's currently possible to enable/disable fields. That will be reflected on the `isActive` column in the `fieldMetadata` table of the `metadata` schema. We're about to create new columns...

good first issue
type: chore
T

I just noticed we broke the positioning of input fields on the record show page: Ideally it should open exactly where the read-only text was. So if I the input...

type: bug
T

Tabs on a record's show page are currently managed through a recoilState. It would be best to change this and have a proper url for each tab (/tasks, /emails...). No...

scope: front