mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8273] [ADW] Testing Angular 15 - Process' tab names are uppercased (#9870)
This commit is contained in:
committed by
VitoAlbano
parent
de4cdf0205
commit
aed1303f4a
@@ -3,7 +3,7 @@
|
||||
<div *ngIf="formDefinition.hasTabs()">
|
||||
<div *ngIf="hasTabs()" class="alfresco-tabs-widget">
|
||||
<mat-tab-group>
|
||||
<mat-tab *ngFor="let tab of visibleTabs()" [label]="tab.title | translate | uppercase">
|
||||
<mat-tab *ngFor="let tab of visibleTabs()" [label]="tab.title | translate ">
|
||||
<ng-template *ngTemplateOutlet="render; context: { fieldToRender: tab.fields }"></ng-template>
|
||||
</mat-tab>
|
||||
</mat-tab-group>
|
||||
|
Reference in New Issue
Block a user