More fixes for resubission meta#5578
Merged
Merged
Conversation
daryll
requested changes
Apr 22, 2026
Comment on lines
197
to
202
| "previous_report_id": old_resubmission_meta.get( | ||
| "previous_report_id", None | ||
| ), | ||
| "previous_row_id": old_resubmission_meta.get( | ||
| "previous_row_id", None | ||
| ), |
Contributor
There was a problem hiding this comment.
if these are null then we should leave them out of the JSON obj
daryll
reviewed
Apr 22, 2026
Contributor
https://github.com/GSA-TTS/FAC/blob/main/backend/audit/check_resubmission_allowed.py#L20 states we keep it as 'disseminated' and our design doc does not mention changing the submission_status |
…/FAC into pd/fix-resub-resub-again
daryll
reviewed
Apr 28, 2026
Contributor
daryll
left a comment
There was a problem hiding this comment.
it seems the backend tables are all correct now
although the first audit on the audit page now shows "In progress"
Contributor
Minimum allowed line rate is |
daryll
approved these changes
Apr 29, 2026
Contributor
daryll
left a comment
There was a problem hiding this comment.
this all looks great!
many thx!
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related tickets
Description of changes
submission_statusnow becomes "resubmitted"resubmission_meta.resubmission_statusnow becomes "deprecated_by_resubmission". This is the value we check on the resubmission start page.resubmittedto list of transitionssac_transition()because of flake8 complexityHow to test
resubmission-fullaudit_singleauditchecklist.resbmission_metavalues should be correctaudit_singleauditchecklist.submission_statusshould be correct