TSK-1198: workbasket information now displaying custom values properly

This commit is contained in:
Mustapha Zorgati 2020-04-20 06:39:29 +02:00
parent 2c5634c917
commit 12add6d870
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<div *ngIf="customField.visible" class="form-group">
<label for='wb-custom-{{index+1}}' class="control-label">{{customField.field}}</label>
<input type="text" class="form-control" id="wb-custom-{{index+1}}" [placeholder]="customField.field"
[(ngModel)]="workbasket[getWorkbasketCustomProperty(index + 1)]" name="workbasket[getWorkbasketCustomValue(index + 1)]">
[(ngModel)]="workbasket[getWorkbasketCustomProperty(index + 1)]" name="workbasket[{{getWorkbasketCustomProperty(index + 1)}}]">
</div>
</ng-container>
</div>