mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
parent
8102255d43
commit
6ce8a33d3b
@ -130,17 +130,17 @@ export class TaskAttachmentListComponent implements OnChanges {
|
||||
|
||||
onShowRowActionsMenu(event: any) {
|
||||
let viewAction = {
|
||||
title: 'ADF_TASK_LIST.MENU_ACTIONS.VIEW',
|
||||
title: 'ADF_TASK_LIST.MENU_ACTIONS.VIEW_CONTENT',
|
||||
name: 'view'
|
||||
};
|
||||
|
||||
let removeAction = {
|
||||
title: 'ADF_TASK_LIST.MENU_ACTIONS.REMOVE',
|
||||
title: 'ADF_TASK_LIST.MENU_ACTIONS.REMOVE_CONTENT',
|
||||
name: 'remove'
|
||||
};
|
||||
|
||||
let downloadAction = {
|
||||
title: 'ADF_TASK_LIST.MENU_ACTIONS.DOWNLOAD',
|
||||
title: 'ADF_TASK_LIST.MENU_ACTIONS.DOWNLOAD_CONTENT',
|
||||
name: 'download'
|
||||
};
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
}
|
||||
},
|
||||
"PROPERTIES": {
|
||||
"TASK_NAME": "Task",
|
||||
"THUMBNAIL": "Thumbnail",
|
||||
"NAME": "Name",
|
||||
"ASSIGNEE": "Assignee",
|
||||
@ -31,9 +32,10 @@
|
||||
"FORM_NAME_DEFAULT": "No form"
|
||||
},
|
||||
"MENU_ACTIONS": {
|
||||
"VIEW": "View",
|
||||
"REMOVE": "Remove",
|
||||
"DOWNLOAD": "Download"
|
||||
"VIEW_CONTENT": "View",
|
||||
"REMOVE_CONTENT": "Remove",
|
||||
"DOWNLOAD_CONTENT": "Download",
|
||||
"DOWNLOAD_AUDIT": "Download Audit"
|
||||
},
|
||||
"DETAILS": {
|
||||
"LABELS": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user