Skip to content

Commit

Permalink
UIPFU-97 - update change log file to reflect a release for Q CSP#4 (#278
Browse files Browse the repository at this point in the history
)

* UIPFU-97 - update change log file to reflect a release for Q CSP#4

* UIPFU-97 - fix lint issue
  • Loading branch information
Terala-Priyanka authored Sep 9, 2024
1 parent c76dc30 commit 40b767f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@

* Create Jest test environment and setup initial mocks. Refs UIPFU-78.
* Apply Prev/Next Pagination. Refs UIPFU-49.
* Use keywords CQL field for keyword user search. Ref UIPFU-95.
* Add Jest unit tests for ui-plugin-find-user/src/Filters.js. Refs UIPFU-81.
* Fix pagination issues with `Unassigned` filter. Refs UIPFU-96.

## [7.1.2](https://github.com/folio-org/ui-plugin-find-user/tree/v7.1.2) (2024-09-05)
[Full Changelog](https://github.com/folio-org/ui-plugin-find-user/compare/v7.1.1...v7.1.2)

* Use keywords CQL field for keyword user search. Refs UIPFU-95.

## [7.1.1](https://github.com/folio-org/ui-plugin-find-user/tree/v7.1.1) (2024-05-03)
[Full Changelog](https://github.com/folio-org/ui-plugin-find-user/compare/v7.1.0...v7.1.1)

Expand Down
1 change: 0 additions & 1 deletion src/UserSearchContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
UNASSIGNED_FILTER_KEY,
UAS,
ASSIGNED,
UNASSIGNED,
} from './constants';

const INITIAL_RESULT_COUNT = 30;
Expand Down

0 comments on commit 40b767f

Please sign in to comment.