Create PageLayout resolver and controller (#14219)

Closes https://github.com/twentyhq/core-team-issues/issues/1393
This commit is contained in:
Raphaël Bosi
2025-09-02 16:12:18 +02:00
committed by GitHub
parent 92c27b337a
commit fed09339f6
35 changed files with 2545 additions and 7 deletions
@@ -29,7 +29,6 @@ export class ViewController {
constructor(private readonly viewService: ViewService) {}
@Get()
@UseGuards(WorkspaceAuthGuard)
async findMany(
@AuthWorkspace() workspace: Workspace,
@Query('objectMetadataId') objectMetadataId?: string,
@@ -45,8 +45,8 @@ export class ViewResolver {
private readonly viewFieldService: ViewFieldService,
private readonly viewFilterService: ViewFilterService,
private readonly viewFilterGroupService: ViewFilterGroupService,
private readonly viewGroupService: ViewGroupService,
private readonly viewSortService: ViewSortService,
private readonly viewGroupService: ViewGroupService,
private readonly i18nService: I18nService,
) {}