[GIT] Evergreen ILS branch rel_3_13 updated. 7788751a819d94850524977512389381d0df57b3

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_13 has been updated via 7788751a819d94850524977512389381d0df57b3 (commit) from 0384911549bdf7e86adae0b3a9f0a553c2899216 (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 7788751a819d94850524977512389381d0df57b3 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 82a5d1f3be..2a251a8713 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