You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the backend overwrites the entire filing with the new submission. For submissions with redacted data, this will overwrite data with redacted values.
Solution after dev discussion
API
new put endpoint for this flow?
new column for untouched partial/edit submission
apply new changes by merging the previous filing with partial changes
planning to use dict spread, NOTE: does not work as we need for nested properties so it will need to do it for each nested piece of the filing
validation will happen after the changes are merged in
Currently the backend overwrites the entire filing with the new submission. For submissions with redacted data, this will overwrite data with redacted values.
Solution after dev discussion
Redaction Rules: https://docs.google.com/spreadsheets/u/2/d/1Bde9cdmq3sS4eUk0f58GSP44k6Ry5xqT/edit?pli=1&gid=741929338#gid=741929338
The text was updated successfully, but these errors were encountered: