[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8d022fcaa5ac2fb5ab3e6754d6fe3ea46bdcb7f4

Evergreen Git git at git.evergreen-ils.org
Mon Feb 17 15:39:47 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, master has been updated
       via  8d022fcaa5ac2fb5ab3e6754d6fe3ea46bdcb7f4 (commit)
      from  041f768ae634fead7b4ed341c99cfe0b36224bdc (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 8d022fcaa5ac2fb5ab3e6754d6fe3ea46bdcb7f4
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