Skip to content

Commit

Permalink
Hide "Consent to Continuation Out" menu when historical (#498)
Browse files Browse the repository at this point in the history
- app version = 6.3.10
- hide "Consent to Continuation Out" menu when historical
  • Loading branch information
severinbeauvais authored May 4, 2023
1 parent 4245a61 commit 532caa1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 96 deletions.
139 changes: 44 additions & 95 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 src/components/Dashboard/StaffNotation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</v-list-item>

<v-list-item
v-if="isBenBcCccUlc || isCoop"
v-if="!isHistorical && (isBenBcCccUlc || isCoop)"
data-type="consent-continue-out"
@click="goToConsentContinuationOutFiling()"
:disabled="!isAllowed(AllowableActions.CONSENT_CONTINUATION_OUT)"
Expand Down

0 comments on commit 532caa1

Please sign in to comment.