From ba43dad4f0b503af4ba9cd7d948846dfe4b911be Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Wed, 22 May 2024 10:23:46 +0200 Subject: [PATCH] temp remove unfinished features --- .../documents/documents/entity-bulk-actions/manifests.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-bulk-actions/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-bulk-actions/manifests.ts index 0c6940f22b..0799dfb4dd 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-bulk-actions/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/entity-bulk-actions/manifests.ts @@ -57,6 +57,7 @@ export const manifests: Array = [ }, ], }, + /* TODO: implement bulk duplicate action { type: 'entityBulkAction', kind: 'default', @@ -79,6 +80,8 @@ export const manifests: Array = [ }, ], }, + */ + /* TODO: implement bulk move action { type: 'entityBulkAction', kind: 'default', @@ -101,6 +104,8 @@ export const manifests: Array = [ }, ], }, + */ + /* TODO: implement bulk trash action { type: 'entityBulkAction', kind: 'default', @@ -123,4 +128,5 @@ export const manifests: Array = [ }, ], }, + */ ];