Jérémy M
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...
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`...
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...
## 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...
This PR drop the use of the old component state api in favour of the new component state api V2.
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...
Table in with multiple record groups should handle correctly re-order of record under the same record group.
Add ability to hide and re-order record group for table like it's actually done for Board.