mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-02 17:35:08 +00:00
[ACS-8273] [ADW] Testing Angular 15 - Process' tab names are uppercased (#9870)
This commit is contained in:
parent
311237ef00
commit
8eb78368a6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user