[ADF-4067] Process Service Cloud change applicationName input (#4299)

* [ADF-4047] Process Service Cloud change applicationName input

* [ADF-4067] Change applicationName properties and route param name
This commit is contained in:
Silviu Popa
2019-02-20 20:02:53 +02:00
committed by Eugenio Romano
parent 3a93e07366
commit 877c57b356
24 changed files with 83 additions and 87 deletions

View File

@@ -3,10 +3,10 @@
<mat-icon>arrow_back</mat-icon> Go Back
</button>
<h4>Simple page to show the taskId: {{ taskId }} of the app: {{ applicationName }}</h4>
<h4>Simple page to show the taskId: {{ taskId }} of the app: {{ appName }}</h4>
<adf-cloud-task-header
[appName]="applicationName"
[appName]="appName"
[taskId]="taskId"
[readOnly]="readOnly">
</adf-cloud-task-header>