Skip to content

Releases: folio-org/ui-users

v9.0.2

29 Mar 15:04
Compare
Choose a tag to compare
  • Fix permission error when viewing fees/fines for payment. Refs UIU-2824.

v9.0.1

28 Mar 01:27
Compare
Choose a tag to compare
  • Fix problem with remaining amount (not shown correct value after filling the payment amount). Refs UIU-2812.
  • Correctly handle removing all permissions from given user. Fixes UIU-2822.

v9.0.0

20 Feb 14:52
958870a
Compare
Choose a tag to compare
  • Implement modal windows for BILL ACTUAL COST and DO NOT BILL. Refs UIU-2714.
  • create Jest/RTL test for UserDetail.js. Refs UIU-2421
  • Fix problem with displaying suspended claim returned fees/fines. Refs UIU-2726.
  • Adjust permissions in order to see the link to open request queue. Fixes UIU-2661.
  • Fix systems error when attempting to create a new fee/fine if logged in user isn't logged into a service point. Refs UIU-2728.
  • Disable 'Claimed return' button after click to prevent multiple submissions. Refs UIU-2732.
  • Cover Actual cost functionality by jest/RTL tests. Refs UIU-2727.
  • Fix problem with Fee/Fine list loading. Refs UIU-2735.
  • Refactor code for disable 'Declare lost' button after click to prevent multiple submissions. Refs UIU-2736.
  • Implement searching for "Lost items requiring actual cost" page. Refs UIU-1866.
  • Implement "Bill actual cost" functionality. Refs UIU-1863.
  • Add new interface version to "request-storage". Refs UIU-2749.
  • Create/Edit Patron Block: Move Save & close button to the footer pane. Refs UIU-1698.
  • In Settings > Users > Patron Blocks > Conditions, mark "Message to be displayed" as required. Refs UIU-2487.
  • Enable dependabot. Refs UIU-2747, FOLIO-3664.
  • Suppress delete of users stored in a configuration entry. Refs UIU-2738.
  • Remove BigTest infrastructure including tests, deps, config. Refs UIU-2745.
  • Add support for request-storage version 5.0 for <UserRequests>. Refs UIU-2765.
  • Implement "Do not bill actual cost" functionality. Refs UIU-2705.
  • BREAKING Upgrade to @folio/stripes v8. Refs UIU-2761.
  • BREAKING Upgrade react-redux to v8. Refs UIU-2775.
  • Create Jest/RTL test for UserDetailFullscreen.js. Refs UIU-2429.
  • Add support for checkbox custom field filter. Fixes UIU-2759.
  • Use updateUser from @folio/stripes-core to update service-point data. Refs UIU-2788.
  • Show correct service points when navigating among users. Refs UIU-2790.
  • Make unavailable "Refund" option for cancelled fee/fine that was already refunded. Refs UIU-2700.
  • Fix problem with additional information comment that can't be added after a page reload. Refs UIU-2794.
  • Allow proxy/sponsor lists to be emptied completely. Refs UIU-2804.
  • Show an error if the proxy record is corrupt, instead of an NPE. Refs UIU-2803.

v8.2.5

10 Feb 20:49
2486cb5
Compare
Choose a tag to compare
  • Show correct service points when navigating among users. Refs UIU-2790.

v8.1.4

10 Feb 20:49
7909674
Compare
Choose a tag to compare
  • Use stable tests.
  • Update permUserId before updating permissions. Fixes UIU-2672/UIU-2789.
  • Show correct service points when navigating among users. Refs UIU-2790.

v8.2.4

08 Dec 19:06
Compare
Choose a tag to compare
  • Adjust permissions in order to see the link to open request queue. Fixes UIU-2661.

v8.2.3

30 Nov 17:47
Compare
Choose a tag to compare
  • Disable 'Claimed return' button after click to prevent multiple submissions. Refs UIU-2732.

v8.2.2

25 Nov 01:06
Compare
Choose a tag to compare
  • Fix systems error when attempting to create a new fee/fine if logged in user isn't logged into a service point. Refs UIU-2728.

v8.2.1

18 Nov 00:18
Compare
Choose a tag to compare
  • Fix problem with displaying suspended claim returned fees/fines. Refs UIU-2726.

v8.2.0

24 Oct 18:23
2faf508
Compare
Choose a tag to compare
  • Spread out the fields on the new Fee/Fine modal. Fixes UIU-2620.
  • Accurately count open-loans when there are > 1000. Refs UIU-2631.
  • Fine detail page throws an error if item is missing. Refs UIU-2505.
  • After new fee/fine charged at Check-in, unable to get to Users app. Refs UIU-2626.
  • "Remaining amount" doesn't have the correct value when the field "Payment amount" is emptied. Refs UIU-2644.
  • Support notes interface version 3.0. Refs UIU-2647.
  • Confirm button is not disabled after the click and each click on this button sends the request to the server. Refs UIU-2645.
  • When formatting names, correctly treat empty-strings as missing. Refs UIU-2610.
  • Additional updates to Pop-up note Refs UIU-2653
  • Modify error message when a Fee/Fine Owner enters a Fee/Fine Type that is duplicated by "Shared" Fee/Fine Owner. Refs UIU-2560.
  • Correctly import from stripes/core not stripes-core. Refs UIU-2642.
  • Create permission for "Lost items requiring actual costs" processing page. Refs UIU-2491.
  • Add decimal places for "Fees/fines incurred" column on "Loan History" page. Refs UIU-2236.
  • Add selected actual service points to "Financial Transaction Detail Report" title line. Refs UIU-2666.
  • Fix issue with Qindex select automatically triggering the search on change. Refs UIU-2665.
  • create Jest/RTL test for NoteEditPage.js. Refs UIU-2424
  • Clear Fee/Fine Type error message after changing owner. Refs UIU-2670.
  • Bump users interface to version 16.0. Refs UIU-2648.
  • Update permUserId before updating permissions. Fixes UIU-2672.
  • Fix broken link to item in export fees fines report. Refs UIU-2540.
  • Make visible loan history for deleted users. UIU-2659.
  • Leverage yarn.lock. UIU-2688.
  • List of items for lost items requiring actual cost. Refs UIU-1382.
  • Lost items requiring ACTUAL COST: Implement additional information in 'Instance' column. Refs UIU-1871.
  • Lost items requiring ACTUAL COST: Implement additional information in 'Patron' column. Refs UIU-1870.
  • Add permissions for lost items page. Refs UIU-2690.
  • Fix sorting by "Patron" column on the "Lost items requiring actual cost" page. Refs UIU-2691.
  • A long Instance title climbs out of popover boundaries on the "Lost items requiring actual cost" page. Refs UIU-2693.
  • Fix validation regression on user form. Fixes UIU-2696.
  • Remove password validation from <UserForm>. Fixes UIU-2697.