Skip to content

Releases: folio-org/ui-users

v5.0.8

25 Nov 21:13
Compare
Choose a tag to compare
  • Disable Charge & pay button. Refs UIU-1980.

v5.0.7

24 Nov 16:30
Compare
Choose a tag to compare
  • Fix empty payments select. Refs UIU-1975.

v5.0.6

17 Nov 19:31
Compare
Choose a tag to compare
  • New Fee/Fine page not listing Fee/Fine Types for selected Fee/Fine Owner. Refs UIU-1968.

v5.0.5

13 Nov 11:46
Compare
Choose a tag to compare
  • Qualify queries to feefineactions, feefines from "Open fee/fine" page. Refs UIU-1895.
  • Use more efficient queries for accounts records. Refs UIU-1913.
  • Fix filtering by tags. Fixes UITAG-34.
  • Show correct number of due date changes. Fixes UIU-1952.
  • Allow cancel fee/fine as error only if any 'actions' has not been applied. Refs UIU-1894.

v5.0.4

09 Nov 05:39
Compare
Choose a tag to compare
  • Fix bug showing duplicated service points in add service point dialog. Fixes UIU-1892.
  • On Create Fee/fine page ConfirmationModal shows again. Refs UIU-1933.
  • Fix incorrect display of the header for Contributors column in Overdue loans report. Fixes UIU-1937.
  • Manual patron block not fully going away after expired. Refs UIU-1943.
  • Manual patron block expiration date changing when patron block viewed. Refs UIU-1942.
  • Case-insensitive sort of filter options. Refs UIIN-1948.
  • Increment @folio/stripes to ^5.0.2. Refs UIU-1932, UIU-1935.
  • 'Transaction information' not saved/displaying when 1 fee/fine paid. Refs UIU-1938.

v5.0.3

29 Oct 11:25
Compare
Choose a tag to compare
  • Add user's fees/fines permissions. Refs UIU-1918.

v5.0.2

29 Oct 11:24
Compare
Choose a tag to compare
  • Use correct dateFormat for <Datepicker>. Refs UIU-1896.

v5.0.1

16 Oct 03:21
979a94e
Compare
Choose a tag to compare
  • Update plugins to stripes v5-compatible versions. Refs UIU-1901.
  • Always show the Title field for a loan, even if it is empty. Fixes UIU-1573.

v5.0.0

15 Oct 02:22
e128b99
Compare
Choose a tag to compare
  • modified the lost date display to include aged to lost status. Fixes UIU-1804.
  • Fixing breaking tests.
  • Adding fix for UIU-1801. Removing temporary fixes to tests.
  • Temporary fix for broken tests relating to UIU-1801. Does not resolve that issue.
  • changed user search to filter based on tag name rather than ID. Fixes UIU-1750
  • Trim email address in user record to remove blanks. Fixes UIU-1528.
  • withRenew should include in-transit items when calculating the open-request-count. Fixes UIU-1254.
  • Restore CommandList, HasCommand wrappers now that they don't leak memory. Refs UIU-1457.
  • Retrieve up to 200 patron groups when setting Fee/Fine limits. Refs UIU-1715.
  • Use == for more efficient queries. Refs PERF-62.
  • Increment @folio/plugin-find-user to v3.0.0 for @folio/stripes v4.0 compatibility.
  • Refresh Fine incurred field when item declared lost. Fixes UIU-1669.
  • Add validation to integer values for patron block limits. Refs UIU-1675.
  • Increase limits for ChargeFeesFines. Refs UIU-1722.
  • Fix Custom Fields related error toast notification in User Details page. Fixes UIU-1736.
  • Generate overdue loans report via pagination. Fixes UIU-1747.
  • Prevent declaring an item lost if it is already lost. Fixes UIU-1714.
  • Add servicePointId property when overriding a loan. Refs UIU-1712.
  • Change capitalization of sections in User Information. Refs UIU-1754.
  • Fix buttons layout in Warning modal. Refs UIU-1756.
  • Change - to Default if default notice exists at Fee/Fine: Manual Charges. Refs UIU-1755.
  • Fee/fines details not always include Service Point as Created at. Refs UIU-1725.
  • Add permission to anonymize manually closed loans. Fixes UIU-1757.
  • Include tag-related permissions in ui-users.edit permission. Refs UITAG-29.
  • Increment @folio/stripes to v5.0, react-router to v5.2.
  • Support ability to search by Preferred first name. Refs UIU-1767.
  • Handle display of loan details for Aged to lost, and for unknown statuses as well. Refs UIU-1791.
  • Settings > Users > Departments CRUD. Refs UIU-1211.
  • Reorder volume/enum/chron fields in loans export (CSV). Refs UIU-1504.
  • Use item id instead of barcode for links to ui-requests module. Fixes UIU-1727.
  • Add departments to User crate/edit/view pages. Refs UIU-1224.
  • Enable renewal override for Aged to lost items. Refs UIU-1464.
  • Handle Aged to lost items in bulk due date change. Refs UIU-1495.
  • Include Aged to lost in loan details action history. Refs UIU-1803.
  • Add permissions for Departments CRUD. Refs UIU-1778.
  • Add missing permission departments.collection.get permission. Fixes UIU-1812.
  • Prevent UI crashing when loading loan with deleted item. Fixes UIU-1819.
  • Remove user count from patron groups. Fixes UIU-1562.
  • Assign user permissions more efficiently. Fixes UIU-1369.
  • Filter out blank actions on loan details UI. Fixes UIU-1820.
  • Increment react-intl to v5 for @folio/stripes v5 compatibility. Refs STRIPES-694.
  • Only set servicePointUserId when it's present. Fixes UIU-1849.
  • Modify default columns and MCL columnWidths on Loans Listing. Fixes UIU-1844
  • Refactoring of pay, waive fee/fine single actions. Refs UIU-1793.
  • Refactoring of error fee/fine single action. Refs UIU-1796.
  • Refactoring of transfer fee/fine single action. Refs UIU-1795.
  • Clean up invalid fee/fine type-popover code.
  • Consistent spacing around barcode link.
  • Refactoring of charge & pay fee/fine form. Refs UIU-1836.
  • Correctly handle permissions modal display over edit pane. Fixes UIU-1857.
  • Adding of refund fee/fine single action. Refs UIU-1850.
  • Refactor actions for single list item. Refs UIU-1797.
  • Search translations of permission names. Refs UIU-1859.
  • Hide the Overdue loans report option when user doesn't have view loans permissions. Refs UIU-1858.
  • Allow renewal override if due date isn't changed. Refs UIU-1853.
  • Make the assigned service points for the user have been checked in the Add service points modal. Fixes UIU-1560.
  • Add Departments filter. Refs UIU-1355.

v4.0.7

12 Aug 19:59
Compare
Choose a tag to compare
  • Manual charge with item should not be associated with loan. Fixes UIU-1786.