Releases: folio-org/ui-inventory
Releases · folio-org/ui-inventory
v7.0.4
- Fix instance MARC record not loading when adding OCLC number. Refs UIIN-1532.
v7.0.3
v7.0.2
v7.0.1
v7.0.0
- It is possible to configure the maximum number of location to fetch in the Stripes config file, typically
stripes.config.js
, using themaxUnpagedResourceCount
entry in theconfig
area. Fixes UIIN-1480. - Unable to move item to separate holding (same instance) when list of items scrolls down and off the screen. Refs UIIN-1446
- Use the
contributorsNames
index, available ininventory
since10.10
. Refs UIIN-1451. - Lock
stripes-cli
to~2.1.1
, and thusstripes-webpack
to~1.1.0
. See STCLI-176.
v6.0.0
- Assign tags to Inventory Items. Refs UIIN-309.
- Filter Item by Tags. Refs UIIN-765.
- Filter Holdings by Tags. Refs UIIN-764.
- Assign tags to Inventory Holdings. Refs UIIN-308.
- Filter Instance by Tags. Refs UIIN-763.
- Assign tags to Inventory Instances. Refs UIIN-307.
- Move 'Material type' to far end of item table. Refs UIIN-1003.
- Remove
onChangeIndex
prop passed toSearchAndSort
. Fixes UIIN-1299. - Remove extraneous trailing slash. Refs UIIN-1316.
- Show the number of open requests when the item status changes. Refs UIIN-1294.
- Fix search by
identifierTypes
. Fixes UIIN-1312. - Omit
id
from preceding/succeeding titles when duplicating instance. Fixes UIIN-1324. - Add info callout when saving file with the instance UUIDs takes longer. Refs UIIN-1329.
- Do not escape quotes when submitting query-search queries. Refs UIIN-1319, UIIN-1320.
- Use
TextArea
for some data fields on instance form. Refs UIIN-1278. - Return promise when submitting instance, holdings record or item form. Fixes UIIN-1339 and UIIN-1340.
- Add select row checkboxes to inventory instance search result. Refs UIIN-1349.
- Implement records selection on the inventory search screen. Refs UIIN-1350.
- Replace most holdings-record
<TextField>
elements with<TextArea>
s to support scrolling. Refs UIIN-1279. - Replace some item record
<TextField>
elements with<TextArea>
s to support scrolling. Refs UIIN-1280. - Add selected instances count in the sub header. Refs UIIN-1364.
- Update title in Holdings detailed view. Fixes UIIN-1310.
- Modify display of statistical codes in instance detail view. Refs UIIN-1150.
- Result list. Align text in the columns in the top. Refs UIIN-1356.
- Update API endpoint for retrieving instances UUIDs. Refs UIIN-1368.
- Make holdings sources with source value
folio
non-editable in Settings. Refs UIIN-1314. - Add quick instances UUIDs export limit reached warning. Refs UIIN-1367.
- Refactor the suppress actions in
Settings
into a single util function. Refs UIIN-1373. - Clean up display of instance and item detail record headers (remove 'dead' icons). Refs UIIN-1361.
- Upgraded to create-inventory plugin v2.0.0.
- Include missing item-status values. Refs UIIN-1385.
- Disable sorting by
relation
column. Refs UIIN-1303. - Add show selected records action menu. Refs UIIN-1375.
- Implement quick export of instances in MARC Bib output format. Refs UIIN-1382.
- Add jest setup. Refs UIIN-1375.
- Cover select instances functionality with jest/rtl tests. Refs UIIN-1390.
- Fix type ahead for location filters. Fixes UIIN-1393 and UIIN-1395.
- Add checkboxes on the show selected instances records modal. Refs UIIN-1391.
- Update to stripes v6. Refs UIIN-1402.
- Add ability to mark item as Intellectual item and Restricted. Refs UIIN-1374.
- Add permission for marking an item intellectual. Refs UIIN-1336.
- Add permission for marking an item restricted. Refs UIIN-1335.
- Add confirmation and warning when storage locations is changed to non-remote storage location. Refs UIIN-1321.
- Add ability to mark an item with new statuses (In process, In process (non-requestable), Long missing, Unavailable, Unknown). Refs UIIN-756.
- Add option to remove leading zeroes from Inventory HRIDs. Refs UIIN-1398.
- Add ability to switch between new item statuses. Refs UIIN-1305.
- Add option to remove leading zeroes from Inventory HRIDs. Refs UIIN-1398
- Add support for maintaining copy-cataloguing profiles in the settings area. Fixes UIIN-1401. Entails adding new interface
copycat-profiles
. - Add support for importing MARC records from external Z39.50 sources. Fixes UUIN-1317 and UUIN-1318. Entails adding new interface
copycat-imports
. - When multiple Z39.50 services are configured, offer a choice at import time. Fixes UIIN-1426.
- Modify language of Import Record modal when updating a record. Fixes UIIN-1424.
- Inventory app now degrades gracefully in the absence of mod-copycat. Fixes UIIN-1428.
- Modify language of Settings/Inventory/Single record import. Fixes UIIN-1429.
- Disable the single-record-import modal's Import button until something has been entered. Fixes UIIN-1431.
- Better settings UI for maintaining copycat targets. Fixes UIIN-1437.
- In "Z39.50 target profiles" settings, support the
targetOptions
field. Fixes UIIN-1445. - Update to
stripes-cli v2.0.0
. Refs UIIN-1410. - Show new request option for item with status restricted. Refs UIIN-1306.
- Connect the
Remove leading zeroes from HRID
field to theHRID handling
form. Refs UIIN-1413. - Rename
Settings (Inventory): Display list of settings pages
permission toSettings (Inventory): View list of settings pages
. Refs UIIN-1399. - Add ability to duplicate MARC bib record. Refs UIIN-1407.
- Add permission for marking item as In process (non-requestable), Long missing, Unavailable, Unknown. Refs UIIN-1308, UIIN-894, UIIN-1307, UIIN-1326.
- Parse
item.enumeration
numerically for sorting if possible. Refs UIIN-1412. - Allow the selection of remote storage locations. Refs UIIN-1290.
- Add ability to search by
allTitles
index. Refs UIIN-1434. - Add
tags.collection.get
as subpermission toInventory: View instances, holdings, and items
permission. Fixes UIIN-1422. - Display shelving order on the item record. Refs UIIN-816.
- Passed the same ID down to the instance details pane and the loading pane. Fixes UIIN-1384.
- Add item counter to each holding record. Refs UIIN-803.
- Fix instance format filter. Refs UIIN-1423.
- Change label Duplicate MARC bib record to Derive new MARC bib record. Refs UIIN-1436.
- Fix nature of content filter. Fixes UIIN-1441.
- Update
data-export
interface to4.0
. Refs UIIN-1448. - Update
@folio/react-intl-safe-html
,@folio/plugin-find-instance
, and@folio/quick-marc
for compatibility with@folio/stripes
v6
.
v5.0.6
v5.0.5
v5.0.4
v5.0.3
- Move 'Material type' to far end of item table. Refs UIIN-1003.
- Remove extraneous trailing slash. Refs UIIN-1316.
- Show the number of open requests when the item status changes. Refs UIIN-1294.
- Fix search by
identifierTypes
. Fixes UIIN-1312. - Omit
id
from preceding/succeeding titles when duplicating instance. Fixes UIIN-1324.