Child folders followup (#15526)

This commit is contained in:
neo773
2025-11-04 19:34:03 +05:30
committed by GitHub
parent 15a6ca64da
commit e3076328dd
22 changed files with 736 additions and 121 deletions
@@ -91,6 +91,17 @@ export class MessageFolderWorkspaceEntity extends BaseWorkspaceEntity {
})
isSynced: boolean;
@WorkspaceField({
standardId: MESSAGE_FOLDER_STANDARD_FIELD_IDS.parentFolderId,
type: FieldMetadataType.TEXT,
label: msg`Parent Folder ID`,
description: msg`Parent Folder ID`,
icon: 'IconFolder',
defaultValue: null,
})
@WorkspaceIsNullable()
parentFolderId: string | null;
@WorkspaceField({
standardId: MESSAGE_FOLDER_STANDARD_FIELD_IDS.externalId,
type: FieldMetadataType.TEXT,