Various fixes on core views (#14093)

- Fix fragments
- Add id to create inputs
- Refresh core views
- Fix kanban loading
- Fix core views creation from current view

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Raphaël Bosi
2025-08-29 11:20:56 +02:00
committed by GitHub
parent 0e6ce123c9
commit 0bdd1c4803
56 changed files with 504 additions and 341 deletions
@@ -22,6 +22,6 @@ export class FileDTO {
@Field(() => UUIDScalarType, { nullable: true })
messageId?: string;
@Field()
@Field(() => Date, { nullable: false })
createdAt: Date;
}