Releases: folio-org/ui-users
Releases · folio-org/ui-users
Release v10.0.5
v10.0.4
- Correctly handle optional
X-Okapi-token
request header. Refs UIU-2977. - Fix bug with Edit form Expand/collapse all shortcuts not working. Refs UIU-2959.
- Update patron groups retrieval in user search to hold
maxUnpagedResourceCount
. Refs UIU-2973. - Update resourceData and queryParams in
UserSearchContainer.js
to escape special characters in tags filter. Refs. UIU-2995. - Lost item fees not suspended when item is claimed returned from the ellipses in action menu. Refs UIU-2993.
v10.0.3
- Pass
location.search
parameter through history search. Refs UIU-2971.
Release v10.0.1
10.0.1 (2023-10-18)
- Don't display affiliations of users with types
patron
ordcb
. Refs UIU-2967. - Make the
username
field required for users with thestaff
type in ECS mode. Refs UIU-2970.
v10.0.0 Poppy
- Add STATUS FILTER to LOST ITEMS REQUIRING ACTUAL COST processing page. Refs UIU-2748.
- Add "Status" column to LOST ITEMS REQUIRING ACTUAL COST processing page. Refs UIU-2772.
- Add "Lost items requiring actual cost" to Actions dropdown in User details record. Refs UIU-2810.
- Add "Fee/fine details" to LOST ITEMS REQUIRING ACTUAL COST processing page. Refs UIU-2773.
- Fix ability to remove all service points. Fixes UIU-2819.
- Add close button to "Lost items requiring actual cost" page. Refs UIU-2813.
- Fix paths to
StripesContext
. Fixes UIU-2834. - Support
feesfines
interface version18.0
. Refs UIU-2825. - View a users affiliations accordion in the details pane. refs UIU-2821.
- Update Jest from v26 to v29. Refs UIU-2820.
- Get rid of blinking list on lost items page. Refs UIU-2831.
- configure Jest to leverage multi-core CPUs in CI. Refs UIU-2842.
- Add actual cost details to lost items requiring actual cost processing page. Refs UIU-2774.
- Display
expirationDate
based on the current timezone. Refs UIU-2839. - Assign/unassign users affiliations. Refs UIU-2801.
- View affiliation associated permissions. Refs UIU-2800.
- Confirmation modal for manual anonymization. Refs UIU-1631.
- Fix translations. Refs UIU-2854.
- Fixed bug with certain accordions not closing in edit view. Refs UIU-2811.
- Users: Implement search by middle name. Refs UIU-2860.
- Notify patron checkbox not checked correctly when fee/fine owner has default notice. Refs UIU-2823.
- Show success and Error toasts when Assign/unassign a users affiliations. Refs UIU-2852.
- "ui-users.settings.customfields.view" permission insufficient to view custom fields on user settings. Refs UIU-2863.
- Align affiliation assignment with stripes-core updates (switch active affiliation). Refs UIU-2855.
- Create Jest/RTL test for UserEdit.js. Refs UIU-2426
- Also support
circulation
14.0
. Refs UIU-2858. - Import
@testing-library
deps fromjest-config-stripes
. Refs UIU-2866. - Also support
request-storage
6.0
. Refs UIU-2875. - New permissions for adding Patron Info and Staff Info to loans. Fixes UIU-2865.
- In Loan Details record, add buttons for adding patron info and staff info. Fixes UIU-2816.
- In Loan Details record, display of patron info. Fixes UIU-2817.
- In Loan Details record, display of staff info. Fixes UIU-2818.
- Create tests for adding patron/staff info. Fixes UIU-2868.
- Add/Edit a users permissions for associated affiliation(s). Refs UIU-2805.
- New permission(s) to view all Users settings in UI. Refs UIU-2784.
- Unassigning banner should not be displayed at top of "Assign / Unassign affiliation" modal. Refs UIU-2876.
- Add user access to all feefines-related entries in settings if user has "...all feefines-related entries" perm. Refs UIU-2881.
- Do not publish CI artifacts (e.g. test coverage) to NPM.
- Make Limit menu visible if user has "ui-users.settings.limits.all" permission. Refs UIU-2880.
- In loan history, older staff notes should NOT be marked as "SUPERSEDED". Fixes UIU-2891.
- Create Jest/RTL test for BlockTemplateForm.js. Refs UIU-2402.
- create Jest/RTL test for BlockTemplates.js. Refs UIU-2379.
- Users with view-only access to user permissions and access to edit user records get error message when saving a user record. Refs UIU-2885.
- Use new WSAPI for adding patron/staff notes to loans. Fixes UIU-2893. Note. The new requirement of the
add-info
interface is a breaking change. - Modify add-patron/staff-info permission to use new subpermission. Fixes UIU-2895.
- Move view/assign affiliation permissions from
ui-users
toui-consortia-settings
. Refs UIU-2897. - Handle sparse data in "Overdue loans report". Fixes UIU-2901.
- Update translations text for permission.settings.manual-charges.all. Fixes UIU-2908.
- Rename user setting permissions disaplay name and update their visibility. Refs UIU-2907.
- Cleanup User Settings permissions – Part 1. Refs UIU-2906
- Prevent editing of shared settings from outside "Consortium manager". Refs UIU-2914.
- User settings > Fee/fine section: Disable editing for users with "Setting (Users): View all settings" permission. Refs UIU-2904.
- Add info about reminder fees to loan details screen. Refs UIU-2591.
- Add info about reminder fees to loan history. Refs UIU-2590.
- Replace
word-wrap
(unmaintained) with@aashutoshrathi/word-wrap
, a fork, to mitigate CVE-2023-26115. - Convert primary search listing to use prev/next pagination vs load-more pagination. Refs UIU-2870.
- Add permisson check to edit Patron block conditions in user settings. Refs UIU-2911.
- Add permissions check to edit Limits in user settings. Refs. UIU-2912.
- Restrict edit of Patron Block Templates in settings based on permissions check. UIU-2913.
- User settings > Comment required: Disable editing for users with "Setting (Users): View all settings" permission. Refs UIU-2905.
- Add permission checks to address types, patron groups pages to restrict edit. Refs. UIU-2902.
- Hebis: Modify "Overdue Loans Report" to include reminder fee information. Refs. UIU-2588.
- Display assigned users accordion on Permission set. Refs UIU-2872.
- Add support for
request-storage
version6.0
for<UserRequests>
. Refs UIU-2920. - Add permisison checks to restrict edit on Manual charges settings page. Ref. UIU-2903.
- Clean up setting.transfertypes permissions. Refs UIU-2919.
- Add permission check to restrict edit of transfer account page on user settings. Refs UIU-2910.
- Leverage cookie-based authentication in all API requests. Refs UIU-2746.
- Assign/unassign users from Permission set. Refs UIU-2873.
- Add serach filters to path while navigating back to user preview screen, when cancelling user edit. Refs. UIU-2928
- ECS - Check username uniqueness when editing. Refs UIU-2889.
- Update Node.js to v18 in GitHub Actions. Refs. UIU-2927.
- Add PULL_REQUEST_TEMPLATE.md file to the repository. Refs. UIU-2918.
- Adjust
loans.staffInfoDialogBody
translation. Refs. UIU-2922. - BREAKING Upgrade React to v18. Refs-UIU-2921.
- ECS - Do not display shadow users in search results. Refs UIU-2933.
- User can't pay the fee/fine. Refs UIU-2930.
- Sort proxies and sponsors by user display name. Refs UIU-2799.
- Add dropdown to specify user type: Patron or Staff. Refs UIU-2936.
- BREAKING bump
react-intl
tov6.4.4
. Refs UIU-2946. - Generate "Create request" url for users without barcode. Refs UIU-2869.
- Add auto focus to textarea on staff and patron info modal. Fixes UIU-2932.
- ECS - Filter users by "User Type". Refs UIU-2943.
- Users App: Consume {{FormattedDate}} and {{FormattedTime}} via stripes-component. Refs UIU-1860.
- ECS - Prevent editing of specific shadow user data. Refs UIU-2951.
- Relabel "Users: Can create new user" to "Users: Can create and edit users". Refs UIU-2955.
- Assign/unassign a users affiliations adjustments. Refs UIU-2942.
- ECS - Prevent editing of specific shadow user data. Refs UIU-2951.
- Fix user can not renew the loan through the override. Refs UIU-2948.
v9.0.3
v9.0.2
v9.0.1
v9.0.0
- Implement modal windows for BILL ACTUAL COST and DO NOT BILL. Refs UIU-2714.
- create Jest/RTL test for UserDetail.js. Refs UIU-2421
- Fix problem with displaying suspended claim returned fees/fines. Refs UIU-2726.
- Adjust permissions in order to see the link to open request queue. Fixes UIU-2661.
- Fix systems error when attempting to create a new fee/fine if logged in user isn't logged into a service point. Refs UIU-2728.
- Disable 'Claimed return' button after click to prevent multiple submissions. Refs UIU-2732.
- Cover Actual cost functionality by jest/RTL tests. Refs UIU-2727.
- Fix problem with Fee/Fine list loading. Refs UIU-2735.
- Refactor code for disable 'Declare lost' button after click to prevent multiple submissions. Refs UIU-2736.
- Implement searching for "Lost items requiring actual cost" page. Refs UIU-1866.
- Implement "Bill actual cost" functionality. Refs UIU-1863.
- Add new interface version to "request-storage". Refs UIU-2749.
- Create/Edit Patron Block: Move Save & close button to the footer pane. Refs UIU-1698.
- In Settings > Users > Patron Blocks > Conditions, mark "Message to be displayed" as required. Refs UIU-2487.
- Enable dependabot. Refs UIU-2747, FOLIO-3664.
- Suppress delete of users stored in a configuration entry. Refs UIU-2738.
- Remove BigTest infrastructure including tests, deps, config. Refs UIU-2745.
- Add support for
request-storage
version5.0
for<UserRequests>
. Refs UIU-2765. - Implement "Do not bill actual cost" functionality. Refs UIU-2705.
- BREAKING Upgrade to
@folio/stripes
v8
. Refs UIU-2761. - BREAKING Upgrade
react-redux
tov8
. Refs UIU-2775. - Create Jest/RTL test for UserDetailFullscreen.js. Refs UIU-2429.
- Add support for checkbox custom field filter. Fixes UIU-2759.
- Use
updateUser
from@folio/stripes-core
to update service-point data. Refs UIU-2788. - Show correct service points when navigating among users. Refs UIU-2790.
- Make unavailable "Refund" option for cancelled fee/fine that was already refunded. Refs UIU-2700.
- Fix problem with additional information comment that can't be added after a page reload. Refs UIU-2794.
- Allow proxy/sponsor lists to be emptied completely. Refs UIU-2804.
- Show an error if the proxy record is corrupt, instead of an NPE. Refs UIU-2803.