[ADF-2492] Task without a form is not displayed when the assignment is preselected on APS (#3093)

* [ADF-2492] Task without a form is not displayed when assignment is preselected on APS

* Fixed  task without a form is not displayed when assignment is preselected on APS

* * Added testcases for the recent changes
This commit is contained in:
siva kumar
2018-03-20 06:30:23 +05:30
committed by Eugenio Romano
parent a5055128b8
commit c06cf28769
4 changed files with 56 additions and 3 deletions

View File

@@ -41,7 +41,7 @@
<div empty-form><h3 class="adf-task-title">Please select a Task</h3></div>
</adf-form>
</div>
<div *ngIf="!isAssigned()">
<div *ngIf="!isAssigned()" id="claim-message-id">
{{ 'ADF_TASK_LIST.DETAILS.MESSAGES.CLAIM' | translate }}
</div>
<button mat-raised-button class="activiti-task-details__action-button"