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
create a new app and complete all the sections including adding 1 collaborator, until you are in SIGN AND SUBMIT state
upload a signed application
delete the collaborator
The signed application is deleted from the signature section, but the status is still marked as COMPLETE, and you can submit the application for REVIEW from the api. (The submit button is disabled on the ui.)
The application should not be able to transition to REVIEW state without an uploaded signed app document.
Note: Possibly related to using resetSignedDocument() somewhere in this flow instead of transitionToSignAndSubmitOrRollBack()
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
SIGN AND SUBMIT
stateThe signed application is deleted from the signature section, but the status is still marked as
COMPLETE
, and you can submit the application forREVIEW
from the api. (The submit button is disabled on the ui.)The application should not be able to transition to
REVIEW
state without an uploaded signed app document.Note: Possibly related to using
resetSignedDocument()
somewhere in this flow instead oftransitionToSignAndSubmitOrRollBack()
The text was updated successfully, but these errors were encountered: