Fix: Persist hide empty groups setting on backend (BREAKING: deploy server first) (#16385)

Closes #13754 and [core team issue
#414](https://github.com/twentyhq/core-team-issues/issues/414)
This commit is contained in:
Abdul Rahman
2025-12-10 19:10:29 +05:30
committed by GitHub
parent 20f2ca6864
commit 1839f8e946
22 changed files with 119 additions and 19 deletions
@@ -59,6 +59,11 @@ export class CreateViewInput {
@Field({ nullable: true, defaultValue: false })
isCompact?: boolean;
@IsOptional()
@IsBoolean()
@Field({ nullable: true, defaultValue: false })
shouldHideEmptyGroups?: boolean;
@IsOptional()
@IsEnum(ViewOpenRecordIn)
@Field(() => ViewOpenRecordIn, {