update user group create path

This commit is contained in:
Mads Rasmussen
2024-09-11 16:23:51 +02:00
committed by Niels Lyngsø
parent 681018f874
commit 6d2f8d5b6c

View File

@@ -1,3 +1,4 @@
import { UMB_USER_GROUP_WORKSPACE_PATH } from '../../paths.js';
import { UMB_COLLECTION_ALIAS_CONDITION } from '@umbraco-cms/backoffice/collection';
import type { ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
@@ -9,7 +10,7 @@ export const createManifest: ManifestTypes = {
weight: 200,
meta: {
label: '#general_create',
href: 'section/user-management/view/user-groups/user-group/create',
href: `${UMB_USER_GROUP_WORKSPACE_PATH}/create`,
},
conditions: [
{