twenty/packages
gitstart-app[bot] 3ff24658e1
"Name" column is visible on table view but not on kanban view (#6427)
This PR was created by [GitStart](https://gitstart.com/) to address the
requirements from this ticket:
[TWNTY-4238](https://clients.gitstart.com/twenty/5449/tickets/TWNTY-4238).
This ticket was imported from:
[TWNTY-4238](https://github.com/twentyhq/twenty/issues/4238)

 --- 

## Description

- We moved the filter from RecordIndexContainer to RecordBoardCard, this
change will fix the fix issue that the name column was not visible in
Kanban view and will keep the behavior in the Kanban card. The options
dropdown uses the same state that the card uses, but the name is
rendered on the card because, for the name field, the card uses another
data because the render of the name is different from the render of the
other fields, so we removed the filter in the state, but we need to
filter only in the card to avoid duplicated data, we could not find any
other case that this filter is useful for another component
- We updated the type in RecordBoardFieldDefinition to fix TS error in
RecordBoardCard file

### Demo

<https://jam.dev/c/7c9db8e1-9b53-49cf-a44c-0b0fec5b1988>

### Refs

- #4238

Fixes #4238

Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com>
2024-07-27 11:58:51 +02:00
..
twenty-chrome-extension Updated MessageChannelSyncStatus enum: changed COMPLETED to ACTIVE (#5965) 2024-07-25 21:17:55 +02:00
twenty-docker mod: entrypoint for docker to setup db even in server with less memory (#5815) 2024-07-19 14:54:00 +02:00
twenty-emails Bump version to v0.22.0 (#6292) 2024-07-16 17:14:35 +02:00
twenty-front "Name" column is visible on table view but not on kanban view (#6427) 2024-07-27 11:58:51 +02:00
twenty-postgres Upgrade pg graphql version to 1.5.6 (#5937) 2024-06-18 17:34:16 +02:00
twenty-server Delete cache version on reset db (#6426) 2024-07-27 11:54:03 +02:00
twenty-ui Update blocknote (#6349) 2024-07-22 16:00:14 +02:00
twenty-utils Fix docs build in CI (#5826) 2024-06-11 19:06:37 +02:00
twenty-website mod: entrypoint for docker to setup db even in server with less memory (#5815) 2024-07-19 14:54:00 +02:00
twenty-zapier [Fix] Remove usage of deprecated FieldMetadata type probability (#6279) 2024-07-16 11:36:10 +02:00