From 4168f4e71c2b4c4e9143d096d8689d1187d5e5a8 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Mon, 3 Oct 2022 16:08:38 -0700 Subject: [PATCH] LP1991590: Better order for survey admin fields To test: 1. Press Admin > Local Admin 2. Press Surveys 3. Create a new survey. 4. Notice that the Start Date field comes before the End Date field. 5. Repeat steps 1-2. 6. Select a survey and edit selected. 7. Notice that the Start Date again comes before the End Date. Signed-off-by: Jane Sandberg Signed-off-by: Shula Link Signed-off-by: Galen Charlton --- .../app/staff/admin/local/survey/survey-edit.component.html | 5 +++-- .../src/app/staff/admin/local/survey/survey.component.html | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/survey/survey-edit.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/survey/survey-edit.component.html index 86f2f20d81..f5d1c2cb96 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/survey/survey-edit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/survey/survey-edit.component.html @@ -13,8 +13,9 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/survey/survey.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/survey/survey.component.html index 394d837c16..0ac33cb06e 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/survey/survey.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/survey/survey.component.html @@ -15,6 +15,7 @@ -- 2.43.2