[GIT] Evergreen ILS branch main updated. 301ede08847ea0d04e1795c8559fdb4de408c01a

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via 301ede08847ea0d04e1795c8559fdb4de408c01a (commit) from 7b18b3bd51fc72e1b4fba68391085c02d9b92bad (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 301ede08847ea0d04e1795c8559fdb4de408c01a Author: Ian Skelskey <ianskelskey@gmail.com> Date: Tue Jan 28 12:01:43 2025 -0500 LP#2096865: Fix inconsistent name fields in offline patron registration The name fields in offline patron registration were not displayed consistently. The \"Primary Name\" tab is now set to expand by default, improving the initial visibility. Additionally, fields in the \"Preferred Name\" tab will appear by default when selected, resolving earlier confusion. Release-Note: Fix inconsistent display of name fields in offline patron registration Signed-off-by: Ian Skelskey <ianskelskey@gmail.com> Signed-off-by: Susan Morrison <smorrison@georgialibraries.org> Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org> diff --git a/Open-ILS/web/js/ui/default/staff/offline.js b/Open-ILS/web/js/ui/default/staff/offline.js index 53b1a78965..298f95063a 100644 --- a/Open-ILS/web/js/ui/default/staff/offline.js +++ b/Open-ILS/web/js/ui/default/staff/offline.js @@ -1521,7 +1521,8 @@ function($scope , $routeParams , $q , $uibModal , $window , egCore , $scope.edit_passthru = {}; // 0=all, 1=suggested, 2=required - $scope.edit_passthru.vis_level = 2; + $scope.edit_passthru.vis_level = 2; + $scope.name_tab = 'primary'; // Apply default values for new patrons during initial registration // prs is shorthand for patronSvc @@ -1645,6 +1646,7 @@ function($scope , $routeParams , $q , $uibModal , $window , egCore , 'au.passwd' : 3, 'au.first_given_name' : 3, 'au.family_name' : 3, + 'au.pref_first_given_name' : 2, 'au.ident_type' : 3, 'au.home_ou' : 3, 'au.profile' : 3, ----------------------------------------------------------------------- Summary of changes: Open-ILS/web/js/ui/default/staff/offline.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User