Releases: folio-org/ui-users
Releases · folio-org/ui-users
v8.1.1
v8.1.0
- Increase limit for servicePoints query in
<AccountDetailsContainer>
. Fixes UIU-2544. - Replace
onChange
withonClick
when checkbox is clicked on MCL row. Fixes UIU-2543. - Correctly import from
stripes-components
via@folio/stripes
. Refs UIU-2173. - Missing interface dependency: tags. Fixes UIU-2557.
- Error message "Enter comment" appears erroneously when entering New Staff Info on Fee/Fine Details. Refs UIU-2569.
- Edit User Record: Using Enter key should Open Add Service points when focus is on the Add Service points button. Refs UIU-1256.
- Fix inaccurate request counts in various open loan views & modals. Fixes UIU-2570, UIU-2574.
- Users manipulating permissions sets need access to all permissions. Refs UIU-2563.
- Provide missing Fee/fine settings permissions. Refs UIU-2572.
- Don't show fee/fine actions for users without permissions. Fixes UIU-2467.
- Increase record limit for manual-block-templates and add different path for get. Refs UIU-2577.
- Open/Closed Loans toggle: Screenreader does not read which toggle option is active. Refs UIU-1986.
- Remove react-hot-loader. Refs UIU-2567.
- Guard against missing loan item record. FIXES UIU-2578.
- Update permissions for linking to fine details in
<LoanDetails>
. Refs UIU-2481. - Add loans anonymized message with count of loans not anonymized. Refs UIU-2246.
- Remove unused
usersPerGroup
manifest from<PatronGroupsSettings>
. Fixes UIU-2602. - Search results with a single hit should automatically open the detail view. Fixes UIU-2601.
- Create Jest/RTL test for ActionsDropdown.js. Refs UIU-2331
- Create Jest/RTL test for PasswordControl. Refs UIU-2300.
- Create Jest/RTL test for CustomFieldsSettings. Refs UIU-2386.
- Fix Patron blocks settings order. Refs UIU-2448.
- Update NodeJS to Active LTS. Refs UIU-2607.
- Use single formatted message for successfully callout message. Refs UIU-1657.
- Create Jest/RTL test for DepartmentsNameEdit.js. Refs UIU-2326.
- Fee/fine amount unexpectedly resets on manual charge form. Refs UIU-2600.
- Allow fee/fine to be cancelled if remaining balance equals billed amount. Refs UIU-2609.
- Unpin
moment
from~2.24.0
and move it to peer. Refs UIU-1900. - Create Jest/RTL test for OpenLoansSubHeader.js. Refs UIU-2340.
- create Jest/RTL test for ClosedLoans.js. Refs UIU-2345
- Get rid of console error if there is no
renewals
. Refs UIU-2603. - create Jest/RTL test for src/components/Accounts/Filters. Refs UIU-2356.
- Handle time zone issues in user info date displays. Fixes UIU-2623.
- User should be directed to the last open page when working in more than one browser. Refs UIU-2605.
v8.0.4
v8.0.3
v8.0.2
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.