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=965eed0754eee7ef213d635e8217b9f981d1e3a9;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 d831cab471..518125ccaa 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,7 +73,7 @@ -
@@ -89,12 +89,13 @@
- Circulation Modifier +
@@ -112,12 +113,13 @@
- Item Status +
@@ -133,10 +135,10 @@
- Shelving Location +
- @@ -166,9 +168,9 @@
- Relationship +
-
@@ -207,9 +209,9 @@
- 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 d95f5a3a5a..02f065fc5d 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 248fdba683..0ce7bd3e90 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 f92f9d6c02..402f217fb3 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 @@ -23,10 +23,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 @@
- +
-
- +