forked from bloom-housing/bloom
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: community type disclaimer (#821)
* feat: adding community type disclaimer fields (bloom-housing#4486) * feat: adding community type disclaimer fields * fix: updates per morgan (cherry picked from commit baa2f43) * fix: community type disclaimer frontend (bloom-housing#4496) * fix: add community type disclaimer to public site * fix: add community type disclaimer to partners * fix: add partners tests * fix: form type issue * fix: failing build * fix: allow reserved community disclaimer only when community type selected * fix: tests * fix: be tests * fix: add translations with tests (cherry picked from commit 2769691) * chore: generate client --------- Co-authored-by: Yazeed Loonat <[email protected]>
- Loading branch information
1 parent
134909f
commit a8ce13b
Showing
19 changed files
with
365 additions
and
56 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
api/prisma/migrations/21_community_type_description/migration.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-- AlterTable | ||
ALTER TABLE "listings" ADD COLUMN "community_disclaimer_description" TEXT, | ||
ADD COLUMN "community_disclaimer_title" TEXT, | ||
ADD COLUMN "include_community_disclaimer" BOOLEAN; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.