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.
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
#3234: Modify create_federal_portfolio script to add requested suborg fields - [AG] #3303
#3234: Modify create_federal_portfolio script to add requested suborg fields - [AG] #3303
Changes from 34 commits
0118e1f
d0183d4
6086b95
345ca03
5e6a798
9052d9e
188c99a
822c8dd
6d13f26
87b08e3
8e7ffab
4fceb62
e91c160
d68ccdc
feb319f
ca9a40c
2c5c9de
7e27492
d2804a6
d06df85
e55535b
3a356c6
2d163c1
2f5e0ec
9e49ca4
8f3f7f1
d9cad13
6da5047
5ca74fd
bc92270
b9dc928
6da172c
1e6a887
983fddd
26c3e89
f6b4d17
fc236c6
5308217
f6e94da
0f59a63
2865dcd
6a49519
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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: why is handle_portfolio_domains only called if created, but handle_portfolio_requests is called regardless of whether it is a creation?
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.
I don't entirely remember, to be honest. This script has "outgrown its shoes" a few times, so honestly probably a leftover
In a follow-on PR I am not checking on "created" for create_suborganizations either, so it probably makes sense to remove that created check, imo
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.
Ok, got it. Thanks for the explanation. I don't think it effects this PR, as it is focused on domain request.