mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1834: fix(oms-return-search): add missing name attribute to mobile sort button
fix(oms-return-search): add missing name attribute to mobile sort button Adds the `name="isaActionSort"` attribute to the mobile sort button in the return search result component template. This ensures consistent accessibility and testability across platforms, aligning with project standards for semantic markup and E2E test selectors. Ref: #5110
This commit is contained in:
committed by
Lorenz Hilpert
parent
72bdf59b05
commit
1ad6c41c25
@@ -20,6 +20,7 @@
|
||||
(click)="showOrderByToolbarMobile.set(!showOrderByToolbarMobile())"
|
||||
[class.active]="showOrderByToolbarMobile()"
|
||||
data-what="sort-button-mobile"
|
||||
name="isaActionSort"
|
||||
>
|
||||
<ng-icon name="isaActionSort"></ng-icon>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user