Page MenuHomePhabricator

🐛 Postal code and street address not displayed on donation confirmation page
Closed, ResolvedPublic3 Estimated Story Points

Description

Steps to reproduce

  • Request to the donation form in a browser.
  • Fill in any address data.
  • Click the submit button.

Expected result

  • The address entered into the form fields is displayed on the confirmation page.
  • Clicking the "Update here" link brings up an address form populating the fields with the previously entered values.

Actual result

  • The postal code and the street address are missing in the address summary.
  • Opening the address change form overlay does not populate the postal code and street address values.

Notes

  • The address is stored in the database, the confirmation page just doesn't display it.

Screenshots

Screenshot from 2023-03-09 14-40-42.png (248×497 px, 19 KB)
missing values in the address tile of the confirmation page
Screenshot from 2023-03-09 14-40-58.png (407×382 px, 13 KB)
missing values in the address change overlay

Event Timeline

this bug is probably just related to some deployment that happend (or didn't happen).

The desired behaviour is achieved by the code in this existing PR:
https://github.com/wmde/fundraising-app-frontend/pull/5
it only has to get merged.

the PR is currently deployed to https://testing02.wikimedia.customers.manitu.net/, there the correct behaviour can be observed.

kai.nissen set the point value for this task to 3.Mar 20 2023, 11:04 AM