add TBD to all document entity actions in missing implementation

This commit is contained in:
Mads Rasmussen
2023-09-12 13:59:14 +02:00
parent 75bf41b06f
commit 9d3cc6e72c

View File

@@ -50,7 +50,7 @@ const entityActions: Array<ManifestEntityAction> = [
weight: 800,
meta: {
icon: 'umb:blueprint',
label: 'Create Content Template',
label: 'Create Content Template (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbCreateDocumentBlueprintEntityAction,
entityTypes: [DOCUMENT_ENTITY_TYPE],
@@ -59,11 +59,11 @@ const entityActions: Array<ManifestEntityAction> = [
{
type: 'entityAction',
alias: 'Umb.EntityAction.Document.Move',
name: 'Move Document Entity Action',
name: 'Move Document Entity Action ',
weight: 700,
meta: {
icon: 'umb:enter',
label: 'Move',
label: 'Move (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbMoveEntityAction,
entityTypes: [DOCUMENT_ENTITY_TYPE],
@@ -76,7 +76,7 @@ const entityActions: Array<ManifestEntityAction> = [
weight: 600,
meta: {
icon: 'umb:documents',
label: 'Copy',
label: 'Copy (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbCopyEntityAction,
entityTypes: [DOCUMENT_ENTITY_TYPE],
@@ -89,7 +89,7 @@ const entityActions: Array<ManifestEntityAction> = [
weight: 500,
meta: {
icon: 'umb:navigation-vertical',
label: 'Sort',
label: 'Sort (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbSortChildrenOfEntityAction,
entityTypes: [DOCUMENT_ROOT_ENTITY_TYPE, DOCUMENT_ENTITY_TYPE],
@@ -102,7 +102,7 @@ const entityActions: Array<ManifestEntityAction> = [
weight: 400,
meta: {
icon: 'umb:home',
label: 'Culture And Hostnames',
label: 'Culture And Hostnames (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbDocumentCultureAndHostnamesEntityAction,
entityTypes: [DOCUMENT_ENTITY_TYPE],
@@ -114,7 +114,7 @@ const entityActions: Array<ManifestEntityAction> = [
name: 'Document Permissions Entity Action',
meta: {
icon: 'umb:vcard',
label: 'Permissions',
label: 'Permissions (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbDocumentPermissionsEntityAction,
entityTypes: [DOCUMENT_ENTITY_TYPE],
@@ -126,7 +126,7 @@ const entityActions: Array<ManifestEntityAction> = [
name: 'Document Permissions Entity Action',
meta: {
icon: 'umb:lock',
label: 'Public Access',
label: 'Public Access (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbDocumentPublicAccessEntityAction,
entityTypes: [DOCUMENT_ENTITY_TYPE],
@@ -138,7 +138,7 @@ const entityActions: Array<ManifestEntityAction> = [
name: 'Publish Document Entity Action',
meta: {
icon: 'umb:globe',
label: 'Publish',
label: 'Publish (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbPublishDocumentEntityAction,
entityTypes: [DOCUMENT_ENTITY_TYPE],
@@ -150,7 +150,7 @@ const entityActions: Array<ManifestEntityAction> = [
name: 'Unpublish Document Entity Action',
meta: {
icon: 'umb:globe',
label: 'Unpublish',
label: 'Unpublish (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbUnpublishDocumentEntityAction,
entityTypes: [DOCUMENT_ENTITY_TYPE],
@@ -162,7 +162,7 @@ const entityActions: Array<ManifestEntityAction> = [
name: 'Rollback Document Entity Action',
meta: {
icon: 'umb:undo',
label: 'Rollback',
label: 'Rollback (TBD)',
repositoryAlias: DOCUMENT_REPOSITORY_ALIAS,
api: UmbRollbackDocumentEntityAction,
entityTypes: [DOCUMENT_ENTITY_TYPE],