bloom-housing / bloom

Bloom is Exygy’s affordable housing platform. Bloom's goal is to be a single entry point for affordable housing seekers and a hub for application and listing management for developers.
https://bloomhousing.com
Apache License 2.0
33 stars 25 forks source link

Incorrect Edit link for Household Members on Review Summary #4297

Open jaredcwhite opened 2 months ago

jaredcwhite commented 2 months ago

When filling out an online application, upon arriving at the review step, the Edit link for the Household Members section is going to the same place as Household Details (the next section), and doesn't actually show the members editing step.

I believe this code needs to be adjusted so it goes to /applications/household/add-members: https://github.com/bloom-housing/bloom/blob/6dd11ac50819494d032e0b7882fec4c92ff516d7/sites/public/src/components/shared/FormSummaryDetails.tsx#L360

Update: the heading text also is incorrect, should be the application.household.householdMembers key.

sarahlazarich commented 3 weeks ago

looks good!