Skip to content

Commit

Permalink
Merge pull request #1024 from catenax-ng/chore/528-disable-sorting-to…
Browse files Browse the repository at this point in the history
…oltip-in-dashboard

chore(bug): 528 disabled sorting tooltip on dashboard tables
  • Loading branch information
ds-mmaul authored Mar 4, 2024
2 parents 62609ea + cf28d56 commit b109931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Removed
- Removed EDC notification asset classes and replaced with IRS lib implementation
- [#528](https://github.com/eclipse-tractusx/traceability-foss/issues/528) Removed sorting tooltip on quality incidents tables on dashboard page

## [10.5.0 - 22.02.2024]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ <h3>{{ 'table.noResultFound' | i18n }}</h3>
matTooltipPosition="above"
[class.mdc-tooltip--multiline]="true"
[matTooltipShowDelay]="1000"
matTooltipDisabled="{{labelId?.startsWith('dashboard')}}"
[mat-sort-header]="tableConfig.sortableColumns?.[column] ? '' : null"
[disabled]="!tableConfig.sortableColumns?.[column]"
mat-header-cell
Expand Down

0 comments on commit b109931

Please sign in to comment.