Skip to content

Releases: folio-org/ui-users

v6.0.7

09 Jul 02:09
934ff8d
Compare
Choose a tag to compare
  • Handle search of ASTified translation values. Refs UIU-2142.
  • Add permissions type filter to users settings permissions sets. Refs UIU-2164.

v6.1.0

18 Jun 05:08
bed30d5
Compare
Choose a tag to compare
  • Configure Jest/RTL. Refs UIU-2112.
  • Show user-readable message when user is not found. Fixes UIU-2081.
  • Fix Custom Fields error message by adding a missing permission. Fixes UIU-2104.
  • Add changes to indicate clickable for cursor. Refs UIU-2052.
  • Migrate from string notation to column mapping for PatronBlock. Refs UIU-2091.
  • Add Cash Drawer Reconciliaton report & Financial transactions detail report permissions to reports. Refs UIU-2088.
  • Add new fee/fine reports as options to User Actions drop-down. Refs UIU-2083.
  • Show claimed returned report only if user has necessary permission. Refs UIU-1884.
  • Fix Note Edit Page - doesn't return to record page after click on Save&Close. Fixes UIU-2087.
  • Fix Notify patron box behavior for New fee/fine when default patron notice is set. Refs UIU-2111.
  • Close "New fee/fine" page after fee/fine created. Refs UIU-2117.
  • Fix disabling "Save & close" button for Manual patron block. Refs UIU-2123.
  • Fix the possibility of create manual patron block with expiration date of today. Refs UIU-2122.
  • Fix permission error for "Refunds to Process Manually" report. Refs UIU-2126.
  • Also support circulation 10.0. Refs UIU-2135.
  • Show the "Refunds to process manually" report conditionally based on permissions. Refs UIU-2125.
  • Fetch some search container routes conditionally based on permissions. Refs UIU-2132.
  • Handle search of ASTified translation values. Refs UIU-2142.
  • Fix optional dependencies to be actually optional and add a few. UIU-2140.
  • Include missing limit clause in request-count query. Refs UIU-2143.
  • Replace local KeyboardShortcutsModal component with import. Refs UIU-2151.
  • Clean up prop-types that generate bogus console warnings. Refs UIU-2158.
  • Provide useful aria-label values to loan action (ellipses) menues. Refs UIU-1635.
  • Allow a user to assign an existing permission set to a permission set. Refs UIU-1630.
  • Add permissions type filter to users settings permissions sets. Refs UIU-2164.
  • Avoid querying for an empty list of loan policies. Refs UIU-2163.
  • Show Pop-up on User and Pop-up on Checkout fields to Notes forms. Refs UIU-2155.
  • Show loading indicator on Loans details screen. Fixes UIU-2120.
  • Add type column to users settings permissions sets. Refs UIU-2167.
  • Add modal for 'Cash drawer reconciliation report'. Refs UIU-1959.
  • Provide key when rendering list elements. Refs UIU-2168.
  • Create 'Cash drawer reconciliation report' in PDF format. Refs UIU-2084.
  • Create 'Cash drawer reconciliation report' in CSV format. Refs UIU-1961.
  • Migrate to renew-by-barcode. Refs UIU-2096.
  • Move Tenant/Bursar exports to Users/Transfer criteria. Refs UIU-2098.
  • Add possible for enter correct values for Fee/Fine amount. Refs UIU-2156.
  • Added NotePopupModal to User Details page. Refs UIU-2008.
  • Fix selecting current fee fine type. Refs UIU-2157.
  • Fix validation error with END DATE for Cash drawer reconciliation report modal. Refs UIU-2175.
  • Handle empty report data in CashDrawerReconciliationReportCSV. Refs UIU-2184.
  • Fee/fine owners not available for selection on Transfer Fee/Fine modal. Refs UIU-2174.
  • Save the patron expiration with the time set to 23:59:59. Refs UIU-2182.

v6.0.6

17 Jun 17:57
551d66a
Compare
Choose a tag to compare
  • Restore missing "Claimed returned" report button. Refs UIU-2188.

v6.0.5

29 Apr 15:00
5a5c8e3
Compare
Choose a tag to compare
  • Import react because we are building without new JSX transforms. Refs UIU-2081.

v6.0.4

27 Apr 14:18
670e1dd
Compare
Choose a tag to compare
  • Show user-readable message when user is not found. Fixes UIU-2081.

v6.0.3

23 Apr 18:37
127de9e
Compare
Choose a tag to compare
  • Include missing limit clause in request-count query. Refs UIU-2143.
  • Fetch some search container routes conditionally based on permissions. Refs UIU-2132.
  • Show the "Refunds to process manually" report conditionally based on permissions. Refs UIU-2125.

v6.0.2

22 Apr 17:50
dc39799
Compare
Choose a tag to compare
  • Close "New fee/fine" page after fee/fine created. Refs UIU-2117.
  • Fix the possibility of create manual patron block with expiration date of today. Refs UIU-2122.
  • Outstanding balance displays incorrectly on closed fee/fines pane. UIU-2085.

v6.0.1

20 Apr 02:36
3e18e09
Compare
Choose a tag to compare
  • Configure Jest/RTL. Refs UIU-2112.
  • Lock stripes-cli to ~2.1.1, and thus stripes-webpack to ~1.1.0. Refs UIU-2137.
  • Show user-readable message when user is not found. Fixes UIU-2081.
  • Fix Custom Fields error message by adding a missing permission. Fixes UIU-2104.
  • Fix Notify patron box behavior for New fee/fine when default patron notice is set. Refs UIU-2111.
  • Fix disabling "Save & close" button for Manual patron block. Refs UIU-2123.
  • Fix permission error for "Refunds to Process Manually" report. Refs UIU-2126.

v6.0.0

19 Mar 01:44
20db260
Compare
Choose a tag to compare
  • Add create request, create fee/fine and create block options to the actions menu. Refs UIU-775.
  • Fix bug showing duplicated service points in add service point dialog. Fixes UIU-1892.
  • Add report icon for report menu items. Refs UIU-1505.
  • Allow search by username. Refs UIU-1707.
  • Use more efficient queries for accounts records. Refs UIU-1913.
  • Relocate the username/password in the create/edit and detail view screens. Refs UIU-1035.
  • Allow search by last name. Refs UIU-1706.
  • Add user's fees/fines permissions. Refs UIU-1918.
  • Allow cancel fee/fine as error only if any 'actions' has not been applied. Refs UIU-1894.
  • Allow search by barcode. Refs UIU-1708.
  • Work with multiple and single refund action. Refs UIU-1897.
  • Show the number of open requests in LoanActionDialog. Refs UIU-1890.
  • Remove optional action fields if no value was setted. Refs UIU-1773.
  • Show the number of open requests in the Claim returned bulk action modal. Refs UIU-1891.
  • Add column 'Expiration date offset (days)' to patron group table. Refs UIU-1908.
  • 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.
  • Fix filtering by tags. Fixes UITAG-34.
  • 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.
  • Allow override for not loanable items when loan policy is not recognised. Fixes UIU-1930.
  • Show correct number of due date changes. Fixes UIU-1952.
  • Add "Users: User loans anonymize" permission. Refs UIU-1535.
  • Refund fees/fines: Report of refunds to process manually. Refs UIU-1164.
  • New Fee/Fine page not listing Fee/Fine Types for selected Fee/Fine Owner. Refs UIU-1968.
  • Limits not refreshing when Patron group added, modified or deleted. Refs UIU-1944.
  • Validate 'Expiration date offset (days)' of patron groups. Refs UIU-1951.
  • Create manual patron block templates in settings. Refs UIU-1909.
  • Show an error message, not a spinner, when a loan is missing. Refs UIU-1045.
  • Populate expiration date based on pre-defined offset for patron group. Refs UIU-1907.
  • Remove "Users: User loan edit" permission.
  • Add "Users: User loans change due date" permission.
  • Show correct source of fee/fine in payment 'action' for 'Charge & pay now'. Refs UIU-1981.
  • Change limit=100 to limit=2000 across the board; patrons have more than 100 things. All. The. Time. Refs UIU-1987.
  • Fix the selection of service points from the Add service points popup to display in the user record. Fixes UIU-1912.
  • Retrieve up to 10k tags instead of 10. Refs UIU-2003
  • Increment notes interface to 2.0
  • Refactor to avoid deprecated props to <Dropdown>. Refs UIU-2007, STCOM-791.
  • Use patron block templates to populate fields in create block screen. Refs UIU-1910.
  • Hitting 'Charge only' button multiple times results in more than one fee/fine being created. Refs UIU-1993.
  • Set informative message when error declaring item lost. Fixes UIU-2004.
  • Change 'Reason for cancellation' to 'Additional information for staff' on Cancel Fee/Fine page. Refs UIU-1999.
  • Add fee/fine owner column to refund report. Refs UIU-2016.
  • Increment react-redux to v7, redux-form to v8. Refs UIU-2017, STRIPES=721.
  • Accessibility: Invalid ARIA attribute. Refs UIU-1685.
  • Wrong error message appears when required field not selected on Pay/Waive/Transfer modal. Refs UIU-1991.
  • Create fees/fines EXPORT spreadsheet for single patron and add EXPORT option to Fees/Fines History. Refs UIU-1955, UIU-1958.
  • Add 'User: Can override patron blocks' permission. Refs UIU-2025.
  • Add 'User: Can override item blocks' permission. Refs UIU-2019.
  • Add Fee/fine owner as criteria for 'Refunds to process manually report'. Refs UIU-2013.
  • Add EXPORT option to User Information. Refs UIU-1957.
  • Add EXPORT option to fees/fines Details. Refs UIU-1956.
  • Change Overdue loans and Claims reports icons in action menu. Refs UIU-2030.
  • Add plus-sign to create buttons in action menu and switch button order. Refs UIU-2031.
  • Calculate new expiration date not only from today. Refs UIU-2046.
  • Unable to select today's date for refund report. Refs UIU-2033.
  • Increment @folio/stripes-cli to v2. Refs UIU-2047.
  • Inconsistent behavior of payment action when transaction info is blank. Refs UIU-2048.
  • Fix wrong value on reset data for Refunds to process manually report (CSV). Refs UIU-2050.
  • Add app dropdown menu. Refs UIU-1915.
  • Add Modal with Shortcut Keys List. Refs UIU-1916.
  • Add Callout for Refund report. Refs UIU-2035.
  • Allow 0 as valid entry for Patron Block Limits. Refs UIU-1998.
  • Add "Save and close" button should be active immediately on refund report criteria modal. Refs UIU-2034.
  • Expiration date modal opens every time when editing a user. Refs UIU-2059.
  • Rewording for text on expiration date modal. Refs UIU-2058.
  • Patron blocks: Allow for override of Renewing when logged in user has credentials. Refs UIU-1954.
  • Loan Details no longer displays Fines incurred. Refs UIU-2045.
  • Fix eslint error in LoanDetails.js. Refs UIU-2068.
  • Improve fetching account data by making sure fetch happens only once. Fixes UIU-2063.
  • Update @folio/plugin-find-user for compatibility with @folio/stripes v6.

v5.0.9

10 Dec 13:54
Compare
Choose a tag to compare
  • Change limit=100 to limit=2000 across the board; patrons have more than 100 things. All. The. Time. Refs UIU-1987.