[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 6be29889ff5acde7854174232bf617dc4f53196e

Evergreen Git git at git.evergreen-ils.org
Mon Feb 17 15:39:55 EST 2020


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_4 has been updated
       via  6be29889ff5acde7854174232bf617dc4f53196e (commit)
      from  dc3e88b227b3f1077c13e3f00da62148924d1f77 (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 6be29889ff5acde7854174232bf617dc4f53196e
Author: Terran McCanna <tmccanna at georgialibraries.org>
Date:   Tue Oct 22 09:37:59 2019 -0400

    LP#1839359 Select element on login not accessible
    
    This adds id and name to the select element on the staff
    client login page to make it accessible.
    
    Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
    Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>

diff --git a/Open-ILS/src/templates/staff/t_login.tt2 b/Open-ILS/src/templates/staff/t_login.tt2
index 0f58cea8e9..640e6c51f2 100644
--- a/Open-ILS/src/templates/staff/t_login.tt2
+++ b/Open-ILS/src/templates/staff/t_login.tt2
@@ -34,7 +34,8 @@
                 for="login-workstation">[% l('Workstation') %]</label>
               <div class="col-md-8">
                 <select class="form-control" ng-model="args.workstation"
-                  ng-options="ws for ws in workstations">
+                  ng-options="ws for ws in workstations"
+                  id="login-workstation" name="select">
                   <option>[% l('Select Workstation') %]</option>
                 </select>
               </div>

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/staff/t_login.tt2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list