-
Notifications
You must be signed in to change notification settings - Fork 40
fix: non-regulated preferred units #5794
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for partners-bloom-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-exygy-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-flagly ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-public-seeds ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for bloom-angelopolis canceled.
|
✅ Deploy Preview for bloom-lakeview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
47b85d2 to
bf53d28
Compare
bf53d28 to
e72fd9a
Compare
e72fd9a to
ee0618c
Compare
| import { screen, within } from "@testing-library/react" | ||
| import { FormProviderWrapper, mockNextRouter, render } from "../../../../testUtils" | ||
| import BuildingDetails from "../../../../../src/components/listings/PaperListingForm/sections/BuildingDetails" | ||
| import { EnumListingListingType } from "@bloom-housing/shared-helpers/src/types/backend-swagger" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick (non-blocking): can scoot this import up
| listingSectionQuestions, | ||
| } from "@bloom-housing/shared-helpers" | ||
| import { | ||
| EnumListingListingType, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: Curious why Listing is repeated here
| import ApplicationConductor from "../../../../src/lib/applications/ApplicationConductor" | ||
| import { AppSubmissionContext } from "../../../../src/lib/applications/AppSubmissionContext" | ||
| import { AuthProvider, blankApplication } from "@bloom-housing/shared-helpers" | ||
| import { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick (non-blocking): can scoot these imports up
This PR addresses #5380 #5749
Description
This tackles the following issues for non-regulated listings
How Can This Be Tested/Reviewed?
Preferred unit
/household/preferred-unitspage of the form you should see all of the unit types attached to the listing. (Note this page was not appearing previously)regions
Typos
Author Checklist:
yarn generate:clientand/or created a migration when requiredReview Process: