diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5b5e8a..fcdd14d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change history for ui-organizations +## [1.5.0](https://github.com/folio-org/ui-organizations/tree/v1.5.0) (2019-09-11) +[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v1.4.0...v1.5.0) + +### Stories +* [UIORGS-97](https://issues.folio.org/browse/UIORGS-97) Update the currency list for vendors to rely on the standard currency list + +### Bug Fixes +* [UIORGS-87](https://issues.folio.org/browse/UIORGS-87) Unable to assign an interface to an Organization +* [UIOR-367](https://issues.folio.org/browse/UIOR-367) Fix search query + ## [1.4.0](https://github.com/folio-org/ui-organizations/tree/v1.4.0) (2019-08-26) [Full Changelog](https://github.com/folio-org/ui-organizations/compare/v1.3.0...v1.4.0) diff --git a/package.json b/package.json index 6f93b095..f51509e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/organizations", - "version": "1.4.0", + "version": "1.5.0", "description": "Organizations", "main": "index.js", "repository": "folio-org/ui-organizations", @@ -19,14 +19,14 @@ "home": "/organizations?sort=Name", "okapiInterfaces": { "configuration": "2.0", - "organizations-storage.addresses": "1.0", - "organizations-storage.categories": "1.0", + "organizations-storage.addresses": "1.1", + "organizations-storage.categories": "1.1", "organizations-storage.contacts": "2.0", - "organizations-storage.emails": "1.0", + "organizations-storage.emails": "1.1", "organizations-storage.interfaces": "2.0", - "organizations-storage.organizations": "2.0", + "organizations-storage.organizations": "2.1", "organizations-storage.phone-numbers": "2.0", - "organizations-storage.urls": "1.0", + "organizations-storage.urls": "1.1", "users": "15.0" }, "queryResource": "query", diff --git a/src/VendorViews/ViewVendor.js b/src/VendorViews/ViewVendor.js index 5368dc1e..d5ccfd3c 100644 --- a/src/VendorViews/ViewVendor.js +++ b/src/VendorViews/ViewVendor.js @@ -4,10 +4,7 @@ import PropTypes from 'prop-types'; import _ from 'lodash'; import queryString from 'query-string'; // Folio -import { - IfInterface, - IfPermission, -} from '@folio/stripes/core'; +import { IfPermission } from '@folio/stripes/core'; import { Pane, PaneMenu, @@ -193,25 +190,20 @@ class ViewVendor extends Component { const lastMenu = ( - - {tagsEnabled && ( - - {(title) => ( - - )} - - )} - + {tagsEnabled && ( + + {(title) => ( + + )} + + )}