Skip to content

Commit

Permalink
Merge pull request #1162 from eclipse-tractusx/bug/xxx-fix-semantic-d…
Browse files Browse the repository at this point in the history
…ata-model-column

Bug/xxx fix semantic data model column
  • Loading branch information
ds-mwesener authored Jul 4, 2024
2 parents 60f322a + 2ec021b commit 8ad1aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ _**For better traceability add the corresponding GitHub issue number in each cha
- #786 Introduced internal url for notification contracts.
- #994 improved bpn edc configuration view uux
- #1082 fix update of parts when synchronizing with IRS
- XXX fixed display of semantic data model in parts as planned table


### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<ng-template #myTmp let-parts="view">
<!-- asPlanned Parts Table-->
<app-parts-table class="parts-asPlanned-table"
[paginationData]="parts.data | formatPaginationSemanticDataModelToCamelCase"
[paginationData]="parts.data"
[labelId]="titleId"
(publishIconClickedEvent)="openPublisherSideNav()"
(partReloadClickedEvent)="triggerPartReload($event)"
Expand Down

0 comments on commit 8ad1aa8

Please sign in to comment.