Merge pull request #1854 from umbraco/chore/temp-remove-unfinished-features

Chore: Temp remove not started entity actions
This commit is contained in:
Jacob Overgaard
2024-05-22 11:49:14 +02:00
committed by GitHub
3 changed files with 12 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ const entityActions: Array<ManifestEntityAction> = [
},
],
},
/* TODO: Implement Permissions Entity Action
{
type: 'entityAction',
kind: 'default',
@@ -108,6 +109,8 @@ const entityActions: Array<ManifestEntityAction> = [
},
],
},
*/
/* TODO: Implement Notifications Entity Action
{
type: 'entityAction',
kind: 'default',
@@ -130,6 +133,7 @@ const entityActions: Array<ManifestEntityAction> = [
},
],
},
*/
];
export const manifests: Array<ManifestTypes> = [

View File

@@ -57,6 +57,7 @@ export const manifests: Array<ManifestEntityBulkAction> = [
},
],
},
/* TODO: implement bulk duplicate action
{
type: 'entityBulkAction',
kind: 'default',
@@ -79,6 +80,8 @@ export const manifests: Array<ManifestEntityBulkAction> = [
},
],
},
*/
/* TODO: implement bulk move action
{
type: 'entityBulkAction',
kind: 'default',
@@ -101,6 +104,8 @@ export const manifests: Array<ManifestEntityBulkAction> = [
},
],
},
*/
/* TODO: implement bulk trash action
{
type: 'entityBulkAction',
kind: 'default',
@@ -123,4 +128,5 @@ export const manifests: Array<ManifestEntityBulkAction> = [
},
],
},
*/
];

View File

@@ -8,6 +8,7 @@ import type { ManifestEntityBulkAction, ManifestTypes } from '@umbraco-cms/backo
import { UMB_COLLECTION_ALIAS_CONDITION } from '@umbraco-cms/backoffice/collection';
const entityActions: Array<ManifestEntityBulkAction> = [
/* TODO: Implement SetGroup entity action
{
type: 'entityBulkAction',
alias: 'Umb.EntityBulkAction.User.SetGroup',
@@ -25,6 +26,7 @@ const entityActions: Array<ManifestEntityBulkAction> = [
},
],
},
*/
{
type: 'entityBulkAction',
alias: 'Umb.EntityBulkAction.User.Enable',