mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1758] Remove the hardcoded work and add keys (#2499)
This commit is contained in:
committed by
Denys Vuika
parent
0c717fe9cc
commit
0bdd66e158
@@ -130,17 +130,17 @@ export class TaskAttachmentListComponent implements OnChanges {
|
||||
|
||||
onShowRowActionsMenu(event: any) {
|
||||
let viewAction = {
|
||||
title: 'View',
|
||||
title: 'ADF-DOCUMENT-LIST.MENU_ACTIONS.VIEW',
|
||||
name: 'view'
|
||||
};
|
||||
|
||||
let removeAction = {
|
||||
title: 'Remove',
|
||||
title: 'ADF-DOCUMENT-LIST.MENU_ACTIONS.REMOVE',
|
||||
name: 'remove'
|
||||
};
|
||||
|
||||
let downloadAction = {
|
||||
title: 'Download',
|
||||
title: 'ADF-DOCUMENT-LIST.MENU_ACTIONS.DOWNLOAD',
|
||||
name: 'download'
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user