From b9fd992f04ca81b4946c73ebd65f896eef2466ef Mon Sep 17 00:00:00 2001 From: Mark Noble Date: Wed, 15 Jan 2025 10:26:28 -0700 Subject: [PATCH] DIS-220 Account Profile Updates - Update Release Notes --- code/web/release_notes/25.02.00.MD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/web/release_notes/25.02.00.MD b/code/web/release_notes/25.02.00.MD index 3581e42ffe..6c4e7bb7c8 100644 --- a/code/web/release_notes/25.02.00.MD +++ b/code/web/release_notes/25.02.00.MD @@ -8,10 +8,12 @@ ## Aspen Discovery Updates //mark -### Administration Updates -- Allow patron types to be associated with account profiles and make uniqueness the combination of the patron type and account profile. (DIS-214) (*MDN*) +### Account Profile Updates - Properly show and hide fields within account profiles based on the selected ILS. (DIS-220) (*MDN*) - Set the default weight for a new account profile and set the correct default driver and authentication type when changing the ILS. (DIS-220) (*MDN*) + +### Administration Updates +- Allow patron types to be associated with account profiles and make uniqueness the combination of the patron type and account profile. (DIS-214) (*MDN*) - Do not allow aspen_admin user to be deleted. (DIS-13) (*MDN*) - Do not allow aspen_admin user to be edited by anyone other than the aspen_admin user. (DIS-13) (*MDN*) - Allow the creation of objects using the editor to be done in two steps so that one property which controls other settings can be defined before the user is prompted for the dependent settings. (*MDN*)