- {{'ADF_TASK_LIST.START_TASK.FORM.LABEL.NAME' | translate }}
+ {{'ADF_CLOUD_TASK_LIST.START_TASK.FORM.LABEL.NAME' | translate }}
- {{'ADF_TASK_LIST.START_TASK.FORM.LABEL.DESCRIPTION' | translate}}
+ {{'ADF_CLOUD_TASK_LIST.START_TASK.FORM.LABEL.DESCRIPTION' | translate}}
diff --git a/lib/process-services-cloud/src/lib/start-task-cloud/components/start-task-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/start-task-cloud/components/start-task-cloud.component.spec.ts
index 8a71da23b3..b4f3821848 100644
--- a/lib/process-services-cloud/src/lib/start-task-cloud/components/start-task-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/start-task-cloud/components/start-task-cloud.component.spec.ts
@@ -178,7 +178,7 @@ describe('StartTaskCloudComponent', () => {
fixture.detectChanges();
expect(element.querySelector('#button-start')).toBeDefined();
expect(element.querySelector('#button-start')).not.toBeNull();
- expect(element.querySelector('#button-start').textContent).toContain('ADF_TASK_LIST.START_TASK.FORM.ACTION.START');
+ expect(element.querySelector('#button-start').textContent).toContain('ADF_CLOUD_TASK_LIST.START_TASK.FORM.ACTION.START');
});
it('should disable start button if name is empty', () => {
diff --git a/lib/process-services-cloud/src/lib/task-list-cloud/components/task-list-cloud.component.html b/lib/process-services-cloud/src/lib/task-list-cloud/components/task-list-cloud.component.html
index 34119d1314..315d69cfd5 100644
--- a/lib/process-services-cloud/src/lib/task-list-cloud/components/task-list-cloud.component.html
+++ b/lib/process-services-cloud/src/lib/task-list-cloud/components/task-list-cloud.component.html
@@ -1,4 +1,4 @@
-{{ 'ADF_TASK_LIST.FILTERS.MESSAGES.NONE' | translate }}
+{{ 'ADF_CLOUD_TASK_LIST.FILTERS.MESSAGES.NONE' | translate }}
+ [title]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.TITLE' | translate"
+ [subtitle]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate">
diff --git a/lib/process-services-cloud/src/lib/task-list-cloud/components/task-list-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/task-list-cloud/components/task-list-cloud.component.spec.ts
index 8e175022b7..a9f92b54d1 100644
--- a/lib/process-services-cloud/src/lib/task-list-cloud/components/task-list-cloud.component.spec.ts
+++ b/lib/process-services-cloud/src/lib/task-list-cloud/components/task-list-cloud.component.spec.ts
@@ -30,9 +30,9 @@ import { TaskListCloudModule } from '../task-list-cloud.module';
template: `
-
-
-
+
+
+
{{getFullName(entry.row.obj.startedBy)}}
@@ -80,13 +80,13 @@ describe('TaskListCloudComponent', () => {
{
'key': 'fakeName',
'type': 'text',
- 'title': 'ADF_TASK_LIST.PROPERTIES.FAKE',
+ 'title': 'ADF_CLOUD_TASK_LIST.PROPERTIES.FAKE',
'sortable': true
},
{
'key': 'fakeTaskName',
'type': 'text',
- 'title': 'ADF_TASK_LIST.PROPERTIES.TASK_FAKE',
+ 'title': 'ADF_CLOUD_TASK_LIST.PROPERTIES.TASK_FAKE',
'sortable': true
}
]
@@ -276,8 +276,8 @@ describe('TaskListCloudComponent', () => {
it('should fetch custom schemaColumn from html', () => {
fixture.detectChanges();
expect(componentCustom.taskList.columnList).toBeDefined();
- expect(componentCustom.taskList.columns[0]['title']).toEqual('ADF_TASK_LIST.PROPERTIES.NAME');
- expect(componentCustom.taskList.columns[1]['title']).toEqual('ADF_TASK_LIST.PROPERTIES.CREATED');
+ expect(componentCustom.taskList.columns[0]['title']).toEqual('ADF_CLOUD_TASK_LIST.PROPERTIES.NAME');
+ expect(componentCustom.taskList.columns[1]['title']).toEqual('ADF_CLOUD_TASK_LIST.PROPERTIES.CREATED');
expect(componentCustom.taskList.columns.length).toEqual(3);
});
diff --git a/lib/process-services-cloud/src/lib/task-list-cloud/mock/fakeTaskResponseMock.ts b/lib/process-services-cloud/src/lib/task-list-cloud/mock/fakeTaskResponseMock.ts
index 55f644b1f8..a69bc4d62d 100644
--- a/lib/process-services-cloud/src/lib/task-list-cloud/mock/fakeTaskResponseMock.ts
+++ b/lib/process-services-cloud/src/lib/task-list-cloud/mock/fakeTaskResponseMock.ts
@@ -134,13 +134,13 @@ export let fakeCustomSchema =
new ObjectDataColumn({
'key': 'fakeName',
'type': 'text',
- 'title': 'ADF_TASK_LIST.PROPERTIES.FAKE',
+ 'title': 'ADF_CLOUD_TASK_LIST.PROPERTIES.FAKE',
'sortable': true
}),
new ObjectDataColumn({
'key': 'fakeTaskName',
'type': 'text',
- 'title': 'ADF_TASK_LIST.PROPERTIES.TASK_FAKE',
+ 'title': 'ADF_CLOUD_TASK_LIST.PROPERTIES.TASK_FAKE',
'sortable': true
})
];
diff --git a/lib/process-services-cloud/src/lib/task-list-cloud/models/task-preset-cloud.model.ts b/lib/process-services-cloud/src/lib/task-list-cloud/models/task-preset-cloud.model.ts
index 4ff82490b5..3cf70e6752 100644
--- a/lib/process-services-cloud/src/lib/task-list-cloud/models/task-preset-cloud.model.ts
+++ b/lib/process-services-cloud/src/lib/task-list-cloud/models/task-preset-cloud.model.ts
@@ -20,20 +20,20 @@ export let taskPresetsCloudDefaultModel = {
{
'key': 'name',
'type': 'text',
- 'title': 'ADF_TASK_LIST.PROPERTIES.NAME',
+ 'title': 'ADF_CLOUD_TASK_LIST.PROPERTIES.NAME',
'sortable': true
},
{
'key': 'created',
'type': 'text',
- 'title': 'ADF_TASK_LIST.PROPERTIES.CREATED',
+ 'title': 'ADF_CLOUD_TASK_LIST.PROPERTIES.CREATED',
'cssClass': 'hidden',
'sortable': true
},
{
'key': 'assignee',
'type': 'text',
- 'title': 'ADF_TASK_LIST.PROPERTIES.ASSIGNEE',
+ 'title': 'ADF_CLOUD_TASK_LIST.PROPERTIES.ASSIGNEE',
'cssClass': 'hidden',
'sortable': true
}