chore: remove TODO comment

This commit is contained in:
Jacob Overgaard
2024-09-17 11:14:40 +02:00
parent d3e85c54ce
commit cd13b1f52d

View File

@@ -109,30 +109,6 @@ const entityActions: Array<ManifestEntityAction> = [
],
},
*/
/* TODO: Implement Notifications Entity Action
{
type: 'entityAction',
kind: 'default',
alias: 'Umb.EntityAction.Document.Notifications',
name: 'Notifications Document Entity Action',
weight: 100,
forEntityTypes: [UMB_DOCUMENT_ENTITY_TYPE],
api: () => import('./permissions.action.js'),
meta: {
icon: 'icon-megaphone',
label: '#actions_notify',
},
conditions: [
{
alias: 'Umb.Condition.UserPermission.Document',
allOf: [UMB_USER_PERMISSION_DOCUMENT_NOTIFICATIONS],
},
{
alias: UMB_ENTITY_IS_NOT_TRASHED_CONDITION_ALIAS,
},
],
},
*/
];
export const manifests: Array<ManifestTypes> = [