chore: remove TODO comment
This commit is contained in:
@@ -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> = [
|
||||
|
||||
Reference in New Issue
Block a user