Skip to content

Commit

Permalink
17347 - Move COA and COD corrections for COOPS into the generic corre…
Browse files Browse the repository at this point in the history
…ction wo… (#549)

Move COA and COD corrections for COOPS into the generic correction workflow.
  • Loading branch information
seeker25 authored Oct 16, 2023
1 parent 23ee32c commit c995daf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "6.9.0",
"version": "6.9.1",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
Expand Down
5 changes: 2 additions & 3 deletions src/components/Dashboard/FilingHistoryList/HeaderActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ export default class HeaderActions extends Mixins(AllowableActionsMixin) {
case FilingTypes.CHANGE_OF_ADDRESS:
case FilingTypes.CHANGE_OF_DIRECTORS:
if (this.isBenBcCccUlc) {
// correction via Edit UI if current type is BC, CC, ULC, or BEN
// To-Do for the future: Revisit this when we do Coop corrections in Edit UI
if (this.isBenBcCccUlc || this.isCoop) {
// correction via Edit UI if current type is BC, CC, ULC, BEN or COOP
this.setCurrentFiling(filing)
this.setFileCorrectionDialog(true)
break
Expand Down

0 comments on commit c995daf

Please sign in to comment.