description-editor> prefill> added version information to the description label
This commit is contained in:
parent
4ffbafc85f
commit
0c197ffcd4
|
@ -28,7 +28,8 @@
|
|||
<mat-select placeholder="{{'PREFILL-DESCRIPTION-DIALOG.DESCRIPTION-TEMPLATE'| translate}}" [required]="true" [compareWith]="compareWith" [formControl]="prefillForm.get('descriptionTemplateId')">
|
||||
<mat-option *ngFor="let descriptionTemplate of availableDescriptionTemplates" [value]="descriptionTemplate.id">
|
||||
<div>
|
||||
{{descriptionTemplate.label}}
|
||||
<span>{{descriptionTemplate.label}}, </span>
|
||||
<span>{{'DESCRIPTION-EDITOR.BASE-INFO.FIELDS.DESCRIPTION-TEMPLATE-VERSION'| translate}} {{descriptionTemplate.version}}</span>
|
||||
</div>
|
||||
</mat-option>
|
||||
</mat-select>
|
||||
|
|
Loading…
Reference in New Issue