-
Notifications
You must be signed in to change notification settings - Fork 18
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
#2355: Custom rejection reason emails - [BACKUP] - MIGRATION #2869
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
61b1cee
Refactor
zandercymatics 48b9206
migration
zandercymatics 9b23262
Initial architecture for rejection reason
zandercymatics 1ce0724
Cleanup + send email logic
zandercymatics e37a95e
Typo
zandercymatics c084ec6
check for page
zandercymatics ff5212f
Remove unhelpful logic
zandercymatics 7a5eda0
Fix back button bug
zandercymatics cfa1879
cleanup
zandercymatics 7cc5231
cleanup
zandercymatics 6bb907c
Simplify backend logic
zandercymatics 5a96855
Simplify PR
zandercymatics 47d226f
Update domain_request.py
zandercymatics 62156ac
Merge branch 'main' into hotgov/2355-rejection-reason-emails
zandercymatics 162369f
add migration
zandercymatics 0a7d4e4
Exclude other reason for now
zandercymatics 06e4dae
lint
zandercymatics ad43fab
fix unit tests
zandercymatics 997fc1b
Remove no longer relevant test + linting
zandercymatics db0d4a1
Update admin.py
zandercymatics 2766202
toggle email wrap
zandercymatics 1424197
Fix remaining tests
zandercymatics b30e017
rename
zandercymatics 02e18a3
Update get-gov-admin.js
zandercymatics 5fc8d0d
Merge branch 'main' into hotgov/2355-rejection-reason-emails
zandercymatics ade6733
Remove bad import
zandercymatics e3d2dc0
Remove old migrations (merging)
zandercymatics c76e27f
Merge branch 'main' into hotgov/2355-rejection-reason-emails
zandercymatics 081c762
Revert "Remove old migrations (merging)"
zandercymatics a4ffc75
Fix migrations
zandercymatics fc8090d
Merge branch 'main' into hotgov/2355-rejection-reason-emails
zandercymatics 7c69205
Update test_models.py
zandercymatics 3ba4293
Update test_models.py
zandercymatics bd603f6
Remove space
zandercymatics ec1df25
remove bad test + lint
zandercymatics dbfc548
Fix test + some minor cleanup stuff
zandercymatics 3e54bb1
simplify javascript
zandercymatics 3fb9ab5
lint
zandercymatics 8b70554
Merge branch 'main' into hotgov/2355-rejection-reason-emails
zandercymatics File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Much cleaner