forked from bcgov/business-filings-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19259 - show draft continuation in (bcgov#650)
* 19259 - draft continuation in-1 * 19259 - draft continuation in-2 * 19259 - misc fixes and unit tests * 19259 - install again * 19259 - update package version * 19259 - update based on review * 19259 - update to use enumUtilities * 19259 - create a getter to show NR * 19259 - update comments
- Loading branch information
1 parent
4c1b297
commit 30ec8b3
Showing
14 changed files
with
474 additions
and
46 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
/** Statuses used before business exists. */ | ||
export enum EntityStatus { | ||
DRAFT_AMALGAMATION = 'DRAFT_AMALGAMATION', | ||
DRAFT_CONTINUATION_IN = 'DRAFT_CONTINUATION_IN', | ||
DRAFT_INCORP_APP = 'DRAFT_INCORP_APP', | ||
DRAFT_REGISTRATION = 'DRAFT_REGISTRATION', | ||
FILED_AMALGAMATION = 'FILED_AMALGAMATION', | ||
FILED_CONTINUATION_IN = 'FILED_CONTINUATION_IN', | ||
FILED_INCORP_APP = 'FILED_INCORP_APP', | ||
FILED_REGISTRATION = 'FILED_REGISTRATION', | ||
} |
This file contains 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
This file contains 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
Oops, something went wrong.