From: Jane Sandberg Date: Mon, 3 Oct 2022 23:08:38 +0000 (-0700) Subject: LP1991590: Better order for survey admin fields X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=adb988a348b5344b49404396c9fddc719298b1a3;p=Evergreen.git 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 --- 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 @@