Skip to content

Commit

Permalink
fix broker ui sort not working + release prep (#324)
Browse files Browse the repository at this point in the history
* fix: catalog sorting not working (broker ui)

* chore: prepare release
  • Loading branch information
richardtreier authored Jun 23, 2023
1 parent 151dce1 commit 308ff40
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ the detailed section referring to by linking pull requests or issues.

#### Fixed

## [v0.0.1-milestone-8-sovity8] 23.06.2023

### Overview

Bugfix release.

### Detailed Changes

#### Fixed

- Broker UI: Fixed sorting not applied.

## [v0.0.1-milestone-8-sovity7] 23.06.2023

### Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ export class CatalogPageState implements OnDestroy {
}))
.filter((it) => it.selectedIds.length),
},
sorting: state.activeSorting?.sorting,
pageOneBased: state.pageZeroBased + 1,
};
return query;
Expand Down

0 comments on commit 308ff40

Please sign in to comment.