File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
src/packages/documents/documents/entity-actions Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -109,30 +109,6 @@ const entityActions: Array<ManifestEntityAction> = [
109
109
],
110
110
},
111
111
*/
112
- /* TODO: Implement Notifications Entity Action
113
- {
114
- type: 'entityAction',
115
- kind: 'default',
116
- alias: 'Umb.EntityAction.Document.Notifications',
117
- name: 'Notifications Document Entity Action',
118
- weight: 100,
119
- forEntityTypes: [UMB_DOCUMENT_ENTITY_TYPE],
120
- api: () => import('./permissions.action.js'),
121
- meta: {
122
- icon: 'icon-megaphone',
123
- label: '#actions_notify',
124
- },
125
- conditions: [
126
- {
127
- alias: 'Umb.Condition.UserPermission.Document',
128
- allOf: [UMB_USER_PERMISSION_DOCUMENT_NOTIFICATIONS],
129
- },
130
- {
131
- alias: UMB_ENTITY_IS_NOT_TRASHED_CONDITION_ALIAS,
132
- },
133
- ],
134
- },
135
- */
136
112
] ;
137
113
138
114
export const manifests : Array < ManifestTypes > = [
You can’t perform that action at this time.
0 commit comments