From 40b767fe1c7b70afbdf384e95c9cc8ce206e27ca Mon Sep 17 00:00:00 2001 From: Priyanka Terala <104053200+Terala-Priyanka@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:47:33 +0530 Subject: [PATCH] UIPFU-97 - update change log file to reflect a release for Q CSP#4 (#278) * UIPFU-97 - update change log file to reflect a release for Q CSP#4 * UIPFU-97 - fix lint issue --- CHANGELOG.md | 6 +++++- src/UserSearchContainer.js | 1 - 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be626a1..b884c15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/UserSearchContainer.js b/src/UserSearchContainer.js index 70a8f8a..f294373 100644 --- a/src/UserSearchContainer.js +++ b/src/UserSearchContainer.js @@ -15,7 +15,6 @@ import { UNASSIGNED_FILTER_KEY, UAS, ASSIGNED, - UNASSIGNED, } from './constants'; const INITIAL_RESULT_COUNT = 30;