Releases: folio-org/ui-requests
Releases · folio-org/ui-requests
v10.0.1
v10.0.0
- Use Save & close button label stripes-component translation key. Refs UIREQ-1073.
- Include single print and selection print options on results list and actions menu. Refs UIREQ-966.
- Set up default pickup service point if it is available. Refs UIREQ-1095.
- Fix Request detail pane capitalization. Refs UIREQ-1106.
- Update the column labels. Refs UIREQ-1104.
- Add "Printed" and "# Copies" columns in "Show Columns" list and Request records table. Refs UIREQ-1118.
- Update printing details on printing pick slips. Refs UIREQ-1122.
- Populate the token 'request.barcodeImage' in the pick slip. Refs UIREQ-1117.
- Populate the token "staffUsername" in the pick slip. Refs UIREQ-1124.
- Implement availability of "Printed" and "# Copies" columns upon "Enable view print details (Pick slips)" configuration. Refs UIREQ-1121.
- Implement availability of "Print status" filters upon "Enable view print details (Pick slips)" configuration. Refs UIREQ-1119.
- Add missing sub-permissions to fetch staff slips records. Refs UIREQ-1129.
- Add missing sub-permissions to fetch "pick-slips" and "search-slips" records in "Requests: View, edit, cancel" permission. Refs UIREQ-1137.
- Optimize performance of the "print-events-entry" API to reduce slowness during the initial call. Refs UIREQ-1130.
- Revert Custom "Print Status" filter code implementation. Refs UIREQ-1146.
- Add sorting to 'Printed' and '# Copies' columns in the Request App. Refs UIREQ-1140.
- Implement "Print Status" filters as server-side filters. Refs UIREQ-1147.
- Navigate to first page when saving the pick slip print log from beyond the first page. Refs UIREQ-1145.
- Also support okapiInterfaces
inventory
14.0
. Refs UIREQ-1160. - Review and cleanup Module Descriptor. Refs UIREQ-1156.
- BREAKING Update
ui-plugin-find-instances
to version8.0.0
. Refs UIREQ-1172.
v9.1.2
- Remove bigtests from github actions. Refs UIREQ-1099.
- Fix issue with Proxy's patron group and delivery address that shown instead of Sponsor's when creating request. Refs UIREQ-1132, UIREQ-1133.
- Update upload-artifact actions from v1 and v2 to v4. Refs UIREQ-1150.
v9.1.1
- Add support for Barcode tag with sanitize. Refs UIREQ-1080, UIREQ-1082.
v9.0.3
- Add support for Barcode tag with sanitize. Refs UIREQ-1080, UIREQ-1082.
v9.1.0
- Hide all actions except "Cancel Request" in Action menu (Lending library). Refs UIREQ-1032.
- Hide all actions except "Cancel Request" in Action menu and DCB item links (Borrowing library). Refs UIREQ-1034.
- Hide all actions except "Cancel Request" in Action menu and DCB item links (Pickup library). Refs UIREQ-1035.
- Request Action - Create new option Print search slips. Refs UIREQ-1039.
- Hide Actions menu on closed request of DCB Transaction. Refs UIREQ-1040.
- Update Jest/RTL tests, remove outdated imports. Refs UIREQ-996.
- Add support for
search-slips
okapi interface version0.1
. Refs UIREQ-1042. - Increase code coverage for src/RequestForm.js by Jest/RTL tests. Refs UIREQ-1043.
- Add functionality to handle page title on the requests list page. Refs UIREQ-1058.
- Error in Export Hold Shelf Clearance Report. Refs UIREQ-1057.
- Make updating of TLR settings when settings config is changed. Refs UIREQ-1063.
- Increase code coverage for src/components/RequestsFilters/RequestsFilters.js by Jest/RTL tests. Refs UIREQ-1051.
- Use
getFullName
for requester. Refs UIREQ-1064. - Increase code coverage for src/RequestFormContainer.js by Jest/RTL tests. Refs UIREQ-1045.
- Increase code coverage for src/index.js by Jest/RTL tests. Refs UIREQ-1047.
- Add displaySummary field for Requests csv export. Refs UIREQ-1068.
- Add support for displaySummary token for Staff Slips. Refs UIREQ-1067.
v9.0.2
- Only certain HTML tags should be rendered when displaying staff slips. Refs UIREQ-1080, UIREQ-1082.
v9.0.1
- Add support for missing request error code. Refs UIREQ-1050.
v9.0.0
- Made code improvements related to TLR. Refs UIREQ-871.
- UI tests replacement with RTL/Jest for urls. Refs UIREQ-896.
- Reassign limit variable from hardcoded value to MAX_RECORDS constant for
ItemsDialog.js
. Refs UIREQ-913. - Reassign limit variable from hardcoded value to MAX_RECORDS constant for
RequestsRoute.js
. Refs UIREQ-914. - Include pickup service point in display of result list. Refs UIREQ-900.
- Include "Effective call number string" in display of result list. Refs UIREQ-898.
- Include call number in Action menu list of fields to display. Refs UIREQ-899.
- Include pickup service point in Action menu list of fields to display. Refs UIREQ-901.
- Use == instead of = for loans and requests search by status. Refs UIREQ-915.
- Populate the token "requester.departments" in the pick slip, with the data provided by the backend in the ui-requests module. Refs UIREQ-814.
- UI tests replacement with RTL/Jest for src/PositionLink.js. Refs UIREQ-879.
- Populate the token "currentDateTime" in the pick slip, with the data provided by the backend in the ui-requests module. Refs UIREQ-807.
- Requests for Items on Instances with more than 10 holdings do not allow a user to move a request to all requestable items. Refs UIREQ-929.
- Split RequestForm component into three smaller parts. Refs UIREQ-836.
- Cannot save item request from item with status On Order, because need a barcode. Refs UIREQ-924.
- Cover
src/components/PrintButton/PrintButton.js
file by RTL/Jest tests. Refs UIREQ-886. - Cover
src/components/Loading/Loading.js
file by RTL/Jest tests. Refs UIREQ-885. - Create Jest/RTL test for ReferredRecord.js. Refs UIREQ-936.
- Create Jest/RTL test for NoteCreateRoute.js. Refs: UIREQ-943.
- Leverage cookie-based authentication in all API requests. Refs UIREQ-861.
- Create Jest/RTL test for NoteEditRoute.js. Refs UIREQ-944.
- Update
circulation
okapi interface to14.0
version. Refs UIREQ-954. - Added requestDate token. Refs UIREQ-962.
- Update
request-storage
okapi interface to6.0
version. Refs UIREQ-963. - UI tests replacement with RTL/Jest for src/PatronBlockModal.js. Refs UIREQ-878.
- Create Jest/RTL test for RequestsFiltersConfig.js. Refs UIREQ-938.
- Create Jest/RTL test for SortableList.js. Refs UIREQ-941.
- Create Jest/RTL test for draggableRowFormatter.js. Refs UIREQ-942.
- UI tests replacement with RTL/Jest for src/UserDetail.js. Refs UIREQ-881.
- TLR: "Create title level request" checkbox not preselected on "New request" page. Refs UIREQ-955.
- Do not publish test artifacts to NPM. Refs STRIPES-865.
- Create Jest/RTL test for NoteViewRoute.js. Refs UIREQ-945.
- Cover ItemInformation by jest/RTL tests. Refs UIREQ-949.
- Cover InstanceInformation by jest/RTL tests. Refs UIREQ-950.
- Fix inconsistency in RTL/Jest tests. Refs UIREQ-979.
- Create Jest/RTL test for RequestsRoute.js. Refs UIREQ-947.
- Remove redundant ariaLabel prop. Refs UIREQ-972.
- TLRs check circulation rules before request is placed. Refs UIREQ-960.
- Create Jest/RTL test for CancelRequestDialog.js. Refs UIREQ-876.
- Preparation for Enable Request Policy to Determine Allowed Pickup Service Points. Refs UIREQ-978.
- Create JEST/RTL test cases for LoadingButton.js. Refs UIREQ-933.
- Create Jest/RTL test for RequestQueueView.js. Refs UIREQ-948.
- Create Jest/RTL test for RequestQueueRoute.js. Refs UIREQ-946.
- Create Jest/RTL test for PickupServicePointFilter.js. Refs UIREQ-939.
- Jest/RTL tests cleanup. Refs UIREQ-988.
- Jest/RTL tests cleanup of RequestsRoute.js file. Refs UIREQ-991.
- Cover RequestInformation by jest/RTL tests. Refs UIREQ-951.
- Create Jest/RTL test for PrintContent.js. Refs UIREQ-935.
- UI tests replacement with RTL/Jest for src/MoveRequestManager.js. Refs UIREQ-877.
- Increase code coverage for Jest/RTL tests. Refs UIREQ-995.
- Convert primary search results view to use Prev/Next pagination. Refs UIREQ-965.
- Remove bigtest tests and associated dependencies. Refs UIREQ-999.
- Update Node.js to v18 in GitHub Actions. Refs UIREQ-1000.
- Implementation of receiving available request types. Refs UIREQ-971.
- Ensure Only Available Service Points Display When Placing a New Request. Refs UIREQ-977.
- BREAKING Upgrade React to v18. Refs UIREQ-998.
- Create Jest/RTL test for DraggableRow.js. Refs UIREQ-940.
- Create Jest/RTL test for ComponentToPrint.js. Refs UIREQ-931.
- Correctly escape CQL special characters in tag API queries. Refs UIREQ-918.
- Add new pickup service point error. Refs UIREQ-981.
- Move request popup show available Request Types. Refs UIREQ-1005.
- Cover RequesterInformation by jest/RTL tests. Refs UIREQ-952.
- Prefer
@folio/stripes
exports to private paths when importing components. Refs UIREQ-1020. - Add
One or more Pickup locations are no longer available
error. Refs UIREQ-1022. - BREAKING bump
react-intl
tov6.4.4
. Refs UIREQ-1025. - Rename modal window for select request type. Refs UIREQ-1026.
- Create request from user without barcode. Refs UIREQ-1023.
- Create Jest/RTL for src/UserForm.js. Refs UIREQ-882.
- Hit Enter or Search should move focus to the Results List pane header. Refs UIREQ-564.
- Add "operation" parameter to "allowed-service-points" endpoint. Refs UIREQ-1028.
- Fix issues with skipped tests. Refs UIREQ-1024.
- Create Jest/RTL test for RequestsFilters.js. Refs UIREQ-937.
- Add "itemId" parameter to "allowed-service-points" endpoint. Refs UIREQ-1030.
- Use current optional dependencies. Refs UIREQ-1031.
- Update Requests error messages. Refs UIREQ-1036.
- Replace using of error.message with enum values for translation keys. Refs UIREQ-789.
- Update
circulation
interface version to14.2
. Refs UIREQ-1038.
v8.0.2
- TLR: After editing a request, connection between request and item is no longer visible. Refs UIREQ-920.