From e47dda68c5d34763e98983a6af56ab1c4711c697 Mon Sep 17 00:00:00 2001 From: Jenny Schweers Date: Wed, 26 Jun 2024 15:05:54 -0400 Subject: [PATCH 1/6] Updated templates --- .../partials/form_entry/bootstrap3/entry_button.html | 2 +- .../cloudcare/partials/form_entry/bootstrap3/entry_file.html | 2 +- .../cloudcare/partials/form_entry/bootstrap3/entry_geo.html | 4 ++-- .../partials/form_entry/bootstrap3/entry_signature.html | 2 +- .../partials/form_entry/bootstrap5/entry_button.html | 2 +- .../cloudcare/partials/form_entry/bootstrap5/entry_file.html | 2 +- .../cloudcare/partials/form_entry/bootstrap5/entry_geo.html | 4 ++-- .../partials/form_entry/bootstrap5/entry_signature.html | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_button.html b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_button.html index 7cd1c232c186..ebe8a5c85050 100644 --- a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_button.html +++ b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_button.html @@ -1,5 +1,5 @@ diff --git a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_file.html b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_file.html index 443a711bb6c8..d9e5e26c8288 100644 --- a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_file.html +++ b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_file.html @@ -13,7 +13,7 @@ "/>
- + @@ -26,7 +26,7 @@
- +
diff --git a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_signature.html b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_signature.html index 0525e8ff265f..37c80f368b36 100644 --- a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_signature.html +++ b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap3/entry_signature.html @@ -11,7 +11,7 @@ style="border: 1px solid #ccc; border-radius: 4px;"/> - - diff --git a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap5/entry_file.html b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap5/entry_file.html index 38a9461dc52f..432dd222ea16 100644 --- a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap5/entry_file.html +++ b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap5/entry_file.html @@ -14,7 +14,7 @@ "/>
- + @@ -27,7 +27,7 @@ type="text" data-bind="css: { 'is-invalid': $parent.hasError() }" /> - +
diff --git a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap5/entry_signature.html b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap5/entry_signature.html index 7d6d239c9e55..0b8d17caf87a 100644 --- a/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap5/entry_signature.html +++ b/corehq/apps/cloudcare/templates/cloudcare/partials/form_entry/bootstrap5/entry_signature.html @@ -12,7 +12,7 @@ class="border rounded" /> - -- diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/entry_file.html.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/entry_file.html.diff.txt index d2111190b14a..3c0e84157086 100644 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/entry_file.html.diff.txt +++ b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/entry_file.html.diff.txt @@ -17,9 +17,9 @@ "/> -
-- -+ +- ++ @@ -18,7 +18,7 @@ -
- - -- +- - -
+
@@ -27,7 +27,7 @@ + type="text" + data-bind="css: { 'is-invalid': $parent.hasError() }" + /> -+ ++
diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/entry_signature.html.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/entry_signature.html.diff.txt index f620e401f34f..81698d63cc8d 100644 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/entry_signature.html.diff.txt +++ b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/entry_signature.html.diff.txt @@ -14,8 +14,8 @@ + class="border rounded" /> -- -
- + ">
From 57eaf4b1729a8a343a37fac4c3accab2d0f08475 Mon Sep 17 00:00:00 2001 From: Martin Riese Date: Tue, 25 Jun 2024 20:12:27 +0000 Subject: [PATCH 4/6] "Bootstrap 5 Migration - Rebuilt diffs" --- .../form_entry/sub_group.html.diff.txt | 35 ++++++++++++------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/sub_group.html.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/sub_group.html.diff.txt index d5187c69da9d..388aff2816e4 100644 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/sub_group.html.diff.txt +++ b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/cloudcare/partials/form_entry/sub_group.html.diff.txt @@ -5,9 +5,9 @@