Skip to content

Commit

Permalink
UIMARCAUTH-363 Counter values and options for Authority source, Thesa…
Browse files Browse the repository at this point in the history
…urus facet options do not change when changing search parameters (#345)
  • Loading branch information
BogdanDenis committed Feb 28, 2024
1 parent 25c25ec commit 79390b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for ui-marc-authorities

## [4.0.2] IN PROGRESS

- [UIMARCAUTH-363](https://issues.folio.org/browse/UIMARCAUTH-363) Counter values and options for "Authority source", "Thesaurus" facet options do not change when changing search parameters.

## [4.0.1](https://github.com/folio-org/ui-marc-authorities/tree/v4.0.1) (2023-11-29)

- [UIMARCAUTH-351](https://issues.folio.org/browse/UIMARCAUTH-351) Clear selected authority record data before opening another one.
Expand Down
3 changes: 2 additions & 1 deletion src/views/AuthoritiesSearch/AuthoritiesSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ const AuthoritiesSearch = ({
isLoading={isLoading}
onSubmitSearch={onSubmitSearch}
resetSelectedRows={resetSelectedRows}
query={firstPageQuery}
query={query}
firstPageQuery={firstPageQuery}
hasAdvancedSearch
/>
<Pane
Expand Down

0 comments on commit 79390b5

Please sign in to comment.