paperos-labs / feedback

Just a bug and ideas board
0 stars 0 forks source link

Resources Created in Draft State from Standing Forms #162

Closed danielandelin closed 2 years ago

danielandelin commented 2 years ago

When a standing form is started it creates a resource for the person filling out the form. How does that resource go from being "Is Draft" to a visible resource on the company's account?

Suggesting that when the associated task that has been created for that resource is submitted it becomes a full resource on the account.

image (2)

SHRoberts91 commented 2 years ago

All we should need to do for this is to go through any connected resources and make sure is_draft is set to false when account/transaction/:id/finalize is hit.

danielandelin commented 2 years ago

This is still an issue.

wmerfalen commented 2 years ago

https://github.com/savvi-legal/server/pull/494#pullrequestreview-930779948

wmerfalen commented 2 years ago

The fix has been pushed to all environments. Closing.