[GIT] Evergreen ILS branch rel_3_14 updated. 772495aadb8122771ca80420681604aa8409bc93

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, rel_3_14 has been updated via 772495aadb8122771ca80420681604aa8409bc93 (commit) from 7c41871b7ac2e054b8b1b4b924f095c62a940d00 (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 772495aadb8122771ca80420681604aa8409bc93 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