Jérémy M

Results 63 issues of Jérémy M

## Scope & Context TwentyORM was introduced in the following PR'S: #5153 #5238 #5266 ## Current behavior We're using raw queries in custom repositories. ## Expected behavior All this raw...

scope: backend

This PR is fixing some issues and adding enhancement in TwentyORM: - [x] Composite fields in nested relations are not formatted properly - [x] Passing operators like `Any` in `where`...

PR: awaiting review

Implement soft delete on standards and custom objects. This is a temporary solution, when we drop `pg_graphql` we should rely on the `softDelete` functions of TypeORM.

Fix #4244 and #4356 This pull request introduces the new "view groups" capability, enabling the reordering, hiding, and showing of columns in Kanban mode. The core enhancement includes the addition...

-PR: awaiting review

## Scope & Context Relation between customs and standards objects has been added recently #2398 ## Current behavior We can't make a query filtering on nested relations ## Expected behavior...

scope: backend
size: long
prio: med

This PR drop the use of the old component state api in favour of the new component state api V2.

-PR: awaiting author

This PR is preparing states to we'll be able to handle view groups correctly with table data. RowIds are now stores in 2 component states, one storing ids by view...

-PR: awaiting review

Table in with multiple record groups should handle correctly re-order of record under the same record group.

scope: front

Add ability to hide and re-order record group for table like it's actually done for Board.

scope: front