Skip to content

Commit

Permalink
UIOR-1034 Use Orders Export History API (mod-orders) (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam authored Nov 3, 2022
1 parent 0957813 commit e4853dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## (IN PROGRESS)

* Use Orders Export History API (mod-orders). Refs UIOR-1034.

## [3.3.0](https://github.com/folio-org/ui-orders/tree/v3.3.0) (2022-10-27)
[Full Changelog](https://github.com/folio-org/ui-orders/compare/v3.2.2...v3.3.0)

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"order-lines": "2.0 3.0",
"order-templates": "1.0",
"orders": "11.0 12.0",
"orders.export-history": "1.0",
"organizations.organizations": "1.0",
"organizations-storage.organization-types": "1.0",
"pieces": "2.0",
Expand Down Expand Up @@ -137,7 +138,7 @@
"finance.expense-classes.collection.get",
"finance.funds.expense-classes.collection.get",
"inventory.instances.collection.get",
"orders-storage.export-history.collection.get",
"orders.export-history.collection.get",
"orders-storage.order-invoice-relationships.collection.get",
"orders.acquisition-method.item.get",
"orders.acquisition-methods.collection.get",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Utils/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const AGREEMENTS_API = 'erm/sas';
export const AGREEMENT_LINES_API = 'erm/entitlements';
export const EXPORT_HISTORY_API = 'orders-storage/export-history';
export const EXPORT_HISTORY_API = 'orders/export-history';
export const HOLDINGS_API = 'holdings-storage/holdings';
export const INVOICES_API = 'invoice/invoices';
export const INVOICE_LINES_API = 'invoice/invoice-lines';
Expand Down

0 comments on commit e4853dc

Please sign in to comment.