Skip to content

Commit 2728925

Browse files
committed
chore: remove TODO comment
1 parent 7c08a1d commit 2728925

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/packages/documents/documents/entity-actions/manifests.ts

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -109,30 +109,6 @@ const entityActions: Array<ManifestEntityAction> = [
109109
],
110110
},
111111
*/
112-
/* TODO: Implement Notifications Entity Action
113-
{
114-
type: 'entityAction',
115-
kind: 'default',
116-
alias: 'Umb.EntityAction.Document.Notifications',
117-
name: 'Notifications Document Entity Action',
118-
weight: 100,
119-
forEntityTypes: [UMB_DOCUMENT_ENTITY_TYPE],
120-
api: () => import('./permissions.action.js'),
121-
meta: {
122-
icon: 'icon-megaphone',
123-
label: '#actions_notify',
124-
},
125-
conditions: [
126-
{
127-
alias: 'Umb.Condition.UserPermission.Document',
128-
allOf: [UMB_USER_PERMISSION_DOCUMENT_NOTIFICATIONS],
129-
},
130-
{
131-
alias: UMB_ENTITY_IS_NOT_TRASHED_CONDITION_ALIAS,
132-
},
133-
],
134-
},
135-
*/
136112
];
137113

138114
export const manifests: Array<ManifestTypes> = [

0 commit comments

Comments
 (0)