Closed klohman closed 3 years ago
Similar bug - https://github.com/flexion/ef-cms/issues/7717
@klohman Just a note for reference. The main issue was when a contactPrimary had a service preference set, it wasn't being conveyed to non-associated users, so the fallbacks would kick in (the logic that determines the service preference). So for a paper case (without representation) and a sealed address, it would default to paper, EVEN IF the contactPrimary.serviceIndicator was set to Electronic because we limit what fields are available to the user on a sealed address. The fix was to ensure the serviceIndicator field was added in the allowed fields that come through the case filter for sealed addresses. We wrote some integration tests that run through various scenarios where a service preference might be changed and viewed by various users to ensure expectations are always consistent.
Describe the Bug When a petitioner address is sealed, the petitioner's service indicator is displaying as "Paper" for IRS attorneys (associated and not associated) and the petitioner when the petitioner actually has electronic service. Internal users still see "Electronic" as service preference.
Business Impact/Reason for Severity
In which environment did you see this bug? migration
Who were you logged in as? irsPractitioner4@example.com docketclerk1@example.com
What were you doing when you discovered this bug? (Using the application, demoing, smoke tests, testing other functionality, etc.) PO testing 7807
To Reproduce Steps to reproduce the behavior:
Expected Behavior Service preference should not change when address is sealed. IRS practitioner should see accurate service preference for petitioner's with electronic service and sealed address.
Actual Behavior the petitioner's service indicator is displaying as "Paper" for IRS attorneys (associated and not associated) when the petitioner actually has electronic service. Internal users still see "Electronic" as service preference.
Screenshots IRS practitioner views "Paper" service
Docket clerk sees electronic service
Desktop (please complete the following information):
Smartphone (please complete the following information):
Cause of Bug, If Known
Process for Logging a Bug:
Severity Definition:
Critical Defect Blocks entire system's or module’s functionality No workarounds available Testing cannot proceed further without bug being fixed.
High-severity Defect Affects key functionality of an application There's a workaround, but not obvious or easy App behaves in a way that is strongly different from the one stated in the requirements
Medium-severity Defect A minor function does not behave in a way stated in the requirements. Workaround is available and easy
Low-severity Defect Mostly related to an application’s UI Doesn't need a workaround, because it doesn't impact functionality
Definition of Done (Updated 2-23-21)
Product Owner
UX
Engineering
[x] Deployed to the Court's migration environment
Review Steps
Needs UX Review
labelNeeds Migration Deploy
labelNeeds PO Review
label and move to Review/QA column