diff --git a/package-lock.json b/package-lock.json index 3a8e7f552..74fee3d99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "business-filings-ui", - "version": "6.3.4", + "version": "6.3.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "business-filings-ui", - "version": "6.3.4", + "version": "6.3.5", "dependencies": { "@babel/compat-data": "^7.19.1", "@bcrs-shared-components/breadcrumb": "2.1.11", diff --git a/package.json b/package.json index acefab392..074b8cb05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "business-filings-ui", - "version": "6.3.4", + "version": "6.3.5", "private": true, "appName": "Filings UI", "sbcName": "SBC Common Components", diff --git a/src/components/Dashboard/TodoList.vue b/src/components/Dashboard/TodoList.vue index ba3856e45..04cd768a3 100644 --- a/src/components/Dashboard/TodoList.vue +++ b/src/components/Dashboard/TodoList.vue @@ -515,6 +515,7 @@ export default class TodoList extends Vue { @Getter getTasks!: Array @Getter getTodoListResource!: TodoListResourceIF @Getter isBenBcCccUlc!: boolean + @Getter isGoodStanding!: boolean @Action setARFilingYear!: ActionBindingIF @Action setArMinDate!: ActionBindingIF diff --git a/src/components/EntityInfo/EntityMenu.vue b/src/components/EntityInfo/EntityMenu.vue index 4f53569c7..1049339c3 100644 --- a/src/components/EntityInfo/EntityMenu.vue +++ b/src/components/EntityInfo/EntityMenu.vue @@ -118,6 +118,7 @@ export default class EntityMenu extends Vue { @Getter getIdentifier!: string @Getter getReasonText!: string @Getter isFirm!: boolean + @Getter isGoodStanding!: boolean @Getter isHistorical!: boolean @Getter isPendingDissolution!: boolean diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index d94612529..c20144c9b 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -244,6 +244,7 @@ export default { 'isAppTask', 'isBenBcCccUlc', 'isFirm', + 'isGoodStanding', 'isHistorical', 'isPartnership', 'isRoleStaff',