diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/manifests.ts index 5b3646bd34..c514daa291 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-actions/manifests.ts @@ -109,30 +109,6 @@ const entityActions: Array = [ ], }, */ - /* 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 = [