Skip to content
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

23514 Remove testing workaround (status) #748

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

severinbeauvais
Copy link
Collaborator

Issue #: bcgov/entity#23514

Description of changes:

  • app version = 5.12.6
  • removed cont in state work-around

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the bcrs-entities-create-ui license (Apache 2.0).

- removed cont in state work-around
@severinbeauvais severinbeauvais self-assigned this Oct 11, 2024
@severinbeauvais
Copy link
Collaborator Author

/gcbrun

// *** TODO: remove after testing
if (draftFiling.header.status === FilingStatus.CHANGE_REQUESTED) {
this.setFilingStatus(FilingStatus.APPROVED)
}
Copy link
Collaborator Author

@severinbeauvais severinbeauvais Oct 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a simple work-around so that "Change Requested" continuation filings would appear as Approved and therefore show steps 1-4 (instead of just step 0 aka authorization step).

Note that it's not possible to display Approved filings in the Todo List, because the BE currently sends them to the Filer. The new BE code is expected to be merged today. At that point, we should be able to see Approved continuation filing in the Todo List, and resume them in Create UI to complete steps 1-4, as per the new flow.

@vysakh-menon-aot vysakh-menon-aot merged commit e65d42f into bcgov:main Oct 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants