Skip to content

v5.0.0

Compare
Choose a tag to compare
@zburke zburke released this 15 Oct 02:22
· 1830 commits to master since this release
e128b99
  • 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.