diff options
author | bobzel <zzzman@gmail.com> | 2025-06-05 14:58:31 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-06-05 14:58:31 -0400 |
commit | 11cdfbcf26714351b5fd43ac2f95d30a7ae6de4b (patch) | |
tree | 485c67cf81993e4a2d4a1a23d7d424453fc23e6d /src/client/documents/Documents.ts | |
parent | 353fcddb918ee9ccaedd69032f9212fc66c04a7f (diff) |
updated taskBox to use Cast methods and mobx instead of react state. Made TaskBox extend ViewBoxBaseComponent to access this.Document/this.fieldKey, etc
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 120ad0688..27cb95144 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -591,30 +591,6 @@ export namespace Docs { options: { acl: '' }, }, ], - - // AARAV ADD // - [ - DocumentType.JOURNAL, - { - layout: { view: EmptyBox, dataField: 'text' }, - options: { - title: 'Daily Journal', - acl_Guest: SharingPermissions.View, - }, - }, - ], - - [ - DocumentType.TASK, - { - layout: { view: EmptyBox, dataField: 'text' }, - options: { - title: 'Task', - acl_Guest: SharingPermissions.View, - }, - }, - ], - // AARAV ADD // ]); const suffix = 'Proto'; |