From 2fd5f6e42da77438c72500f39a86f7b92d8732fe Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:11:26 +0100 Subject: [PATCH] register the webhooks package globally --- .../src/apps/backoffice/backoffice.element.ts | 1 + .../src/packages/webhooks/workspace/webhooks/manifests.ts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/apps/backoffice/backoffice.element.ts b/src/Umbraco.Web.UI.Client/src/apps/backoffice/backoffice.element.ts index 567d7e254c..14f41066b3 100644 --- a/src/Umbraco.Web.UI.Client/src/apps/backoffice/backoffice.element.ts +++ b/src/Umbraco.Web.UI.Client/src/apps/backoffice/backoffice.element.ts @@ -36,6 +36,7 @@ const CORE_PACKAGES = [ import('../../packages/tiny-mce/umbraco-package.js'), import('../../packages/umbraco-news/umbraco-package.js'), import('../../packages/user/umbraco-package.js'), + import('../../packages/webhooks/umbraco-package.js'), ]; @customElement('umb-backoffice') diff --git a/src/Umbraco.Web.UI.Client/src/packages/webhooks/workspace/webhooks/manifests.ts b/src/Umbraco.Web.UI.Client/src/packages/webhooks/workspace/webhooks/manifests.ts index ea6fb00a28..dadefac2e2 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/webhooks/workspace/webhooks/manifests.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/webhooks/workspace/webhooks/manifests.ts @@ -35,7 +35,7 @@ const workspaceViews: Array = [ }, ], }, - { + /*{ type: 'workspaceView', alias: 'Umb.WorkspaceView.Webhooks.Search', name: 'Webhooks Root Workspace Logs View', @@ -52,7 +52,7 @@ const workspaceViews: Array = [ match: workspace.alias, }, ], - }, + },*/ ]; const workspaceActions: Array = [];