Releases: folio-org/ui-users
Releases · folio-org/ui-users
v8.0.1
- Increase limit for servicePoints query in . Fixes UIU-2544.
- Replace onChange with onClick when checkbox is clicked on MCL row. Fixes UIU-2543.
- Unable to edit Manual Patron Blocks. Refs UIU-2548.
- Show an error toast when saving user-changes fails for any reason. Refs UIU-2541.
v8.0.0
v7.1.0
- Correctly show fee/fine for users without
ui-users.accounts
permission. Refs UIU-2446. - Create Jest/RTL test for
RequestFeeFineBlockButtons
. Refs UIU-2287. - Restrict
loans.all
permissions. Refs UIU-2256. - Create Jest/RTL test for
withProxy
. Refs UIU-2315. - Fix the oldest manual Patron block is always removed first. Refs UIU-2442.
- Do not label fees without loans as "Anonymized". Refs UIU-2449.
- Fix FeeFineAction and FeeFineCharge notice templates not appearing in Manual Charges settings. Refs UIU-2452.
- Fix the issue when fee/fine details doesn't open up in loans. Refs UIU-2459.
- 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.
- Fix the issue when a fee/fine is refunded due to a CLAIMED RETURNED, the refund amount does not appear in User Details. Refs UIU-2469.
- Correctly check permissions for accounts routes. Refs UIU-2474.
- Search operates on custom fields. Refs UIU-2165.
- Refactor from
<SafeHTMLMessage>
to<FormattedMessage>
. Refs UIU-2179. - Reset offset when sort values change. Fixes UIU-2466.
- Prompt if changing permissions will remove those with
visible: false
. Refs UIU-2409. - Unassign all permissions from a user with one click. Refs UIU-2477.
- Use supported
uuid
. Refs UIU-2488. - Do not push to history if the url didn't change. Fixes UIU-2490.
- Also support
circulation
12.0
. Refs UIU-2480. - Also support
request-storage
4.0
(TLR). Refs UIU-2495, UIU-2480. - Fix problems with permissions for claim returned, renewals. Refs UIU-2256.
- Settings > Users > change focus. Refs UIU-2036.
- Add custom fields filters. Refs UIU-2170.
- Properly show service point name in fee/fine details. Fixes UIU-2473.
- Suppress edit of users stored in a configuration entry. Refs UIU-2499.
- Also support
circulation
13.0
. Refs UIU-2483. - Fix unexpected increase of fee/fine remaining balance. Refs UIU-2506.
- Correct calculation for expiration date. Refs UIU-2498.
- Preserve invisible permissions during edit. Fixes UIU-2075.
- Column selector dropdown does not match column headings. Refs UIU-2504.
- Fee/Fine Type not showing/saving for first manual fee/fine created. Refs UIU-2508.
- Add Jest/RTL tests for
CommentModal
business logic inFeeFineActions
component. Refs UIU-2515. - Add
limit
clauses towithRenew
queries to enable retrieval of more than 10 records. Refs UIU-2520. - Accessibility: Document has multiple static elements with the same ID attribute. Refs UIU-1688.
- Preserve search filters during user edit. Fixes UIU-2484.
- Retrieve up to 50 proxies/sponsors. Refs UIU-2510.
- Open Loans List: Form does not include label. Refs UIU-1638.
- Accessibility: Headings must not be empty. Refs UIU-1695.
- Prevent duplication of permissions in
<PermissionsModal>
and related logic. Fixes UIU-2486, UIU-2496. - Add Service Point modal: Ensure every form element has label. Refs UIU-1699.
- Create/Edit Patron Blocks: Required fields are not using the right prop and cannot be read by screenreader. Refs UIU-1688.
- Display preferred name in the search result. Refs UIU-2500.
- Display preferred name in the header and body of the user record. Refs UIU-2501.
- Display preferred name in the top of the edit view of the user record. Refs UIU-2502.
- Newly Created Address Record Should be In Focus. Refs UIU-1161.
- Keyboard Navigation: Accessing open loans/closed loans list : Initial focus should be on an element on the page. Refs UIU-1257.
v7.0.6
- Fix unexpected increase of fee/fine remaining balance. Refs UIU-2506.
v7.0.5
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.