From: Jane Sandberg Date: Thu, 17 Sep 2020 21:13:54 +0000 (-0700) Subject: LP1824709: Allow comboboxes inputs to have IDs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8c42378f38a071958ea2453be62f040ffd2a47ef;p=Evergreen.git LP1824709: Allow comboboxes inputs to have IDs This adds a new input, domId, for the combobox component. A good way to test: 1) Download the Wave accessibility checker. 2) Go to one of the following screens: - Admin > Local > Course Reserves > Choose a course > Associate item from catalog - Admin > Local > Course Reserves > Choose a course > Associate brief record - MARC Batch Import - MARC Batch Import/Export > Inspect Queue - Staff Catalog Add to bucket - Staff catalog conjoined items - Hold cancel dialog 3) Right click and select "WAVE this page" 4) On the Details tab of WAVE, notice that there are several "Missing form label" errors. 5) Apply this patch. 6) Run WAVE again; notice that the number of missing form label errors has decreased. Signed-off-by: Jane Sandberg Signed-off-by: Garry Collum --- diff --git a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html index deda3e54aa..3096173a77 100644 --- a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html +++ b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html @@ -176,7 +176,7 @@
- Relationship +
-
@@ -73,8 +73,8 @@ -
@@ -89,12 +89,13 @@
- Circulation Modifier +
@@ -112,12 +113,13 @@
- Item Status +
@@ -133,11 +135,11 @@
- Shelving Location +
-
@@ -166,10 +168,10 @@
- Relationship +
-
@@ -207,10 +209,10 @@
- Relationship +
- +
diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html index ec2fa75dd1..6652378f4a 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html @@ -20,7 +20,7 @@
@@ -65,7 +65,7 @@
@@ -174,7 +174,7 @@
diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-list.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-list.component.html index badc6df9e4..64ab6981a3 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-list.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-list.component.html @@ -2,11 +2,12 @@

Select a Queue To Inspect

- +
diff --git a/Open-ILS/src/eg2/src/app/staff/share/buckets/bucket-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/share/buckets/bucket-dialog.component.html index e02520d7b1..3591aa7a77 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/buckets/bucket-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/buckets/bucket-dialog.component.html @@ -20,10 +20,11 @@ Existing bucket
-
Name of existing bucket
+
diff --git a/Open-ILS/src/eg2/src/app/staff/share/holdings/conjoined-items-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/share/holdings/conjoined-items-dialog.component.html index 33b433fe45..bb6cc4d4c7 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holdings/conjoined-items-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holdings/conjoined-items-dialog.component.html @@ -23,7 +23,7 @@
+ domId="cbox-peer-types" (onChange)="peerTypeChanged($event)">
diff --git a/Open-ILS/src/eg2/src/app/staff/share/holds/cancel-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/share/holds/cancel-dialog.component.html index a2d70cd9fa..d100760eb1 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holds/cancel-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holds/cancel-dialog.component.html @@ -19,17 +19,17 @@
- +
-
- +