mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4488] - FormCloud - Should be able to render a dropdown with a RestService bind (#4834)
* new test file * fix failures, passing string instead of boolean flag. * ADF-4488 - FormCloud - Not able to render a dropdown with a RestService bind * ADF-4488 - FormCloud - Not able to render a dropdown with a RestService bind * added await for entry of undefined error * added missing async for the tests. * changed location * changed locatioremoved unnecessary async * moved the locators to task-form-cloud-component page * removed the taskDetailsCloudPage as is unnecessary and getting the assertions from taskHeaderCloudPage. * fiv circular dependency * fix circular dependency
This commit is contained in:
committed by
Eugenio Romano
parent
b04b717296
commit
626bb01bf7
@@ -42,7 +42,7 @@
|
||||
<ng-template [ngTemplateOutlet]="taskFormCloudButtons">
|
||||
</ng-template>
|
||||
<button mat-button *ngIf="canCompleteTask()" adf-cloud-complete-task [appName]="appName"
|
||||
[taskId]="taskId" (success)="onCompleteTask()" color="primary">
|
||||
[taskId]="taskId" (success)="onCompleteTask()" color="primary" id="adf-form-complete">
|
||||
{{'ADF_CLOUD_TASK_FORM.EMPTY_FORM.BUTTONS.COMPLETE' | translate}}
|
||||
</button>
|
||||
</mat-card-actions>
|
||||
|
Reference in New Issue
Block a user