Releases: folio-org/ui-users
Releases · folio-org/ui-users
v7.0.4
v7.0.3
- Fix the issue when fee/fine details doesn't open up in loans. Refs UIU-2459.
- Fix FeeFineAction and FeeFineCharge notice templates not appearing in Manual Charges settings. Refs UIU-2452.
- Do not label fees without loans as "Anonymized". Refs UIU-2449.
- Fix the issue when fee/fine is partially paid, then refunded, User Details show the full amount of the fee/fine as refunded. Refs UIU-2455.
v7.0.2
v7.0.1
- Update local babel config to handle new JSX transform. Refs UIU-2190.
- Delete user with check for open transactions. Refs UIU-1971.
- Prevent fetching resource delUser Refs UIU-2191.
- Delete user through UI: change dialog text for no open transactions. Refs UIU-2192.
- Delete user confirmation message. Refs UIU-2193.
- Comment icon is missing again on Fee/Fine History page. Refs UIU-2185.
- Add
resourceShouldRefresh
topermissions
resource to refresh permissions. Fixes UIU-2183. - Add modal for
Financial transactions detail report
. Refs UIU-1960. - The
date picker
for report modals is cut off and user is not able select date. Refs UIU-2204. - Shared manual fees/fines not showing up for new fee/fine owner. Refs UIU-2208.
- Create
Financial transactions detail report
. Refs UIU-1962. - Add translations for Custom fields. Refs UIU-2210.
- Error window when opening or saving user data. Fixes UIU-2212.
- Omit empty
username
during user creation. Fixes UIU-2214. - Fix
Total owed amount
/Total paid amount
onFee/Fine Details
. Refs UIU-2211. - Whitespace should not mark loan-action forms dirty. Refs UIU-2227.
- Default notice not sent to patron when Transfer done in one of the three ways. Refs UIU-2215.
- Hide Department label in User's Detail and Edit views if there are no depts set up in Settings. Refs UIU-2012.
- Disable renewals for inactive users. Fixes UIU-2229.
- Fix Export of fees/fines. Refs UIU-2209.
Financial transactions detail report:
date with empty value columns says "Unix Epoch". Refs UIU-2239.- Make sure users module builds with
babel-plugin-lodash
present. Fixes UIU-2228. - Show dates in local time when generating CSV reports. Fixes UIU-2224.
- Fix user Departments value is not visible in the user view. Fixes UIU-2238.
- Filter out non existing service points. Fixes UIU-2245.
- Fix hyperlink in
Financial transactions detail report
. Refs UIU-2217. - Fix hyperlink with missing
Patron barcode
. Refs UIU-2242. - Fix
Invalid date
forFinancial transaction detail report
. Refs UIU-2251. - Support
feesfines
interface version17.0
. Refs UIU-2248. - Update sub permissions in
ui-users.edituserservicepoints
permission set. Fixes UIU-2244. - Replace
babel-eslint
with@babel/eslint-parser
; import global babel config. Refs UIU-2253, UIU-2254. - Automatic fees/fines are appearing in New Fee/Fine
Fee/fine type
drop-down. Refs UIU-2411. - Remove unused permission set. Fixes UIU-2247.
- Don't choke when editing minimal user object. Fixes UIU-2435.
- Patron groups displayed as Patron block LIMITS are not in same 'case' as actual Patron groups. Fixes UIU-1763.
- Change setting "Patron block templates" to "Templates". Refs UIU-2412.
- Add Contributors field to account request. Refs UIU-2203.
- Increment stripes to v7. Refs UIU-2250.
- Create Jest/RTL test for BulkRenewedLoansList. Refs UIU-2259.
- Fix issue when
refund
button became inactive before the user was returned entire amount of money. Refs UIU-2438. - Display
contributors name
consistent with other modules. Refs UIU-2440. - Create Jest/RTL test for
OpenLoans
. Refs UIU-2314. - Create Jest/RTL test for
contactTypes
. Refs UIU-2368. - Create Jest/RTL test for
withMarkAsMissing
. Refs UIU-2265.
v6.1.4
v6.1.3
v6.1.2
- Shared manual fees/fines not showing up for new fee/fine owner. Refs UIU-2208.
- Error window when opening or saving user data. Fixes UIU-2212.
- Omit empty
username
during user creation. Fixes UIU-2214. - Fix
Total owed amount
/Total paid amount
onFee/Fine Details
. Refs UIU-2211. - Default notice not sent to patron when Transfer done in one of the three ways. Refs UIU-2215.
- Fix Export of fees/fines. Refs UIU-2209.
v6.1.1
v6.0.7
v6.1.0
- 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
andPop-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.