mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix search filter automation id
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
<mat-checkbox
|
<mat-checkbox
|
||||||
*ngFor="let bucket of field.buckets"
|
*ngFor="let bucket of field.buckets"
|
||||||
[checked]="bucket.checked"
|
[checked]="bucket.checked"
|
||||||
[attr.data-automation-id]="'checkbox-'+field.label+'-'++(bucket.display || bucket.label)"
|
[attr.data-automation-id]="'checkbox-'+field.label+'-'+(bucket.display || bucket.label)"
|
||||||
(change)="onToggleBucket($event, field, bucket)">
|
(change)="onToggleBucket($event, field, bucket)">
|
||||||
{{ bucket.display || bucket.label }} <span *ngIf="bucket.count!==null">(</span>{{ bucket.count }}<span *ngIf="bucket.count!==null">)</span>
|
{{ bucket.display || bucket.label }} <span *ngIf="bucket.count!==null">(</span>{{ bucket.count }}<span *ngIf="bucket.count!==null">)</span>
|
||||||
</mat-checkbox>
|
</mat-checkbox>
|
||||||
|
Reference in New Issue
Block a user