Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added all missing fields #529

Merged
merged 4 commits into from
Jan 20, 2024
Merged

added all missing fields #529

merged 4 commits into from
Jan 20, 2024

Conversation

analoo
Copy link
Contributor

@analoo analoo commented Jan 16, 2024

No description provided.

@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-529 January 16, 2024 22:09 Inactive
@@ -32,7 +41,9 @@
<hr class="spacing-below-35 spacing-above-35">
<b th:text="#{review-contact-info.contact-information}"></b>
<div class="spacing-above-15">
<p class="spacing-below-5" th:text="${fieldData.phoneNumber}"></p>
<p class="spacing-below-5" th:text="#{review-contact-info.main-phone(${fieldData.containsKey('phoneNumber') ? fieldData.phoneNumber : #messages.msg('review-contact-info.not-applicable')})}"></p>
<p class="spacing-below-5" th:text="#{review-contact-info.cell-phone(${fieldData.containsKey('cellPhoneNumber') ? fieldData.cellPhoneNumber : #messages.msg('review-contact-info.not-applicable')})}"></p>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Despite this logic, when cell phone number is missing, I don't see "n/a" displayed:

Screenshot 2024-01-16 at 2 09 02 PM

@analoo analoo marked this pull request as draft January 16, 2024 22:25
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-529 January 19, 2024 01:09 Inactive
@analoo analoo added the WaitingOnDesignFeedback Waiting on Design Feedback label Jan 19, 2024
@analoo analoo marked this pull request as ready for review January 19, 2024 01:10
@sree-cfa sree-cfa temporarily deployed to test-la-doc-uploader-pr-529 January 20, 2024 00:55 Inactive
@analoo analoo merged commit 480ad35 into main Jan 20, 2024
5 checks passed
@analoo analoo deleted the update-review-contact-page branch January 20, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WaitingOnDesignFeedback Waiting on Design Feedback
Projects
None yet
2 participants