Lp 1807257: Fix Typo in Workstation Registration user/dyrcona/lp1807257-fix-menu
authorJason Stephenson <jason@sigio.com>
Wed, 21 Apr 2021 18:49:26 +0000 (14:49 -0400)
committerJason Stephenson <jason@sigio.com>
Thu, 17 Mar 2022 17:37:16 +0000 (13:37 -0400)
Fix a typo in the AngularJS staff client workstation registration page
that prevented the disabling of unavailable org. units in the drop
down menu.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/templates/staff/admin/workstation/t_workstations.tt2

index 8d7eb90..837a231 100644 (file)
@@ -19,7 +19,7 @@
     <div class="col-md-2">
       <eg-org-selector 
         selected="contextOrg"
-        hidden-test="wsOrgHidden">
+        hidden-test="wsOrgHidden"
         disable-test="cant_have_users">
       </eg-org-selector>
     </div>