use new kind name

This commit is contained in:
Mads Rasmussen
2024-03-30 19:28:53 +01:00
parent 5a6f46d86f
commit 0ae2817ae1
3 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@ export const manifests: Array<ManifestTypes> = [
},
{
type: 'entityAction',
kind: 'rename',
kind: 'renameServerFile',
alias: UMB_RENAME_PARTIAL_VIEW_ENTITY_ACTION_ALIAS,
name: 'Rename PartialView Entity Action',
name: 'Rename Partial View Entity Action',
forEntityTypes: [UMB_PARTIAL_VIEW_ENTITY_TYPE],
meta: {
renameRepositoryAlias: UMB_RENAME_PARTIAL_VIEW_REPOSITORY_ALIAS,

View File

@@ -14,7 +14,7 @@ export const manifests: Array<ManifestTypes> = [
},
{
type: 'entityAction',
kind: 'rename',
kind: 'renameServerFile',
alias: UMB_RENAME_SCRIPT_ENTITY_ACTION_ALIAS,
name: 'Rename Script Entity Action',
forEntityTypes: [UMB_SCRIPT_ENTITY_TYPE],

View File

@@ -14,7 +14,7 @@ export const manifests: Array<ManifestTypes> = [
},
{
type: 'entityAction',
kind: 'rename',
kind: 'renameServerFile',
alias: UMB_RENAME_STYLESHEET_ENTITY_ACTION_ALIAS,
name: 'Rename Stylesheet Entity Action',
forEntityTypes: [UMB_STYLESHEET_ENTITY_TYPE],