Releases: folio-org/ui-users
Releases · folio-org/ui-users
v6.0.1
- 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
- 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
pageConfirmationModal
shows again. Refs UIU-1933. - Fix incorrect display of the header for
Contributors
column inOverdue 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 whenPatron 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
tolimit=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 to2.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
tov7
,redux-form
tov8
. 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
tov2
. 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
v5.0.8
v5.0.7
v5.0.6
v5.0.5
- 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
- Fix bug showing duplicated service points in add service point dialog. Fixes UIU-1892.
- On
Create Fee/fine
pageConfirmationModal
shows again. Refs UIU-1933. - Fix incorrect display of the header for
Contributors
column inOverdue 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.