Skip to content

Commit

Permalink
Remove local copy of makeQueryFunction (#93)
Browse files Browse the repository at this point in the history
And, with it, a dependency on a non-advertised API.

Fixes UIHAADM-146.
  • Loading branch information
MikeTaylor authored Jan 8, 2025
1 parent a9c91dc commit 52c3f70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 112 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* When downloading Failed Records, provide all records in the result set, not just the currently visible page. Fixes UIHAADM-140.
* When running in development (`yarn start`) use the Stripes CLI's `--startProxy` argument. Fixes UIHAADM-144.
* Explicitly specify paging size for Harvestables, Jobs and Failed Records. Fixes UIHAADM-145.
* Remove local copy of `makeQueryFunction`, and with it a dependency on a non-advertised API. Fixes UIHAADM-146.

## [2.2.0](https://github.com/folio-org/ui-harvester-admin/tree/v2.2.0) (2024-10-23)

Expand Down
3 changes: 2 additions & 1 deletion src/search/queryFunction.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import makeQueryFunction from '../util/makeQueryFunction';
import { makeQueryFunction } from '@folio/stripes/smart-components';


const sortMap = {
// All the headings are the names of sortable fields
Expand Down
111 changes: 0 additions & 111 deletions src/util/makeQueryFunction.js

This file was deleted.

0 comments on commit 52c3f70

Please sign in to comment.