MOBILE-2693 data: Display URLs instead of the field name

main
Albert Gasset 2018-10-17 14:38:45 +02:00
parent 0d646e738e
commit 44d782680f
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
<core-input-errors *ngIf="error && mode == 'edit'" [control]="form.controls['f_'+field.id]" [errorText]="error"></core-input-errors> <core-input-errors *ngIf="error && mode == 'edit'" [control]="form.controls['f_'+field.id]" [errorText]="error"></core-input-errors>
</span> </span>
<a *ngIf="isShowOrListMode() && value && value.content" [href]="value.content" core-link capture="true">{{field.name}}</a> <a *ngIf="isShowOrListMode() && value && value.content" [href]="value.content" core-link capture="true">{{value.content}}</a>