Skip to content

Commit

Permalink
Update condition for Non-Res Exemption option for Staff (bcgov#1910)
Browse files Browse the repository at this point in the history
* Update condition for Non-Res Exemption option for Staff
  • Loading branch information
dimak1 authored Jun 3, 2024
1 parent 322b739 commit d03f47e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ppr-ui/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 ppr-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ppr-ui",
"version": "3.2.5",
"version": "3.2.6",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
3 changes: 1 addition & 2 deletions ppr-ui/src/components/tables/common/TableRow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,7 @@
</v-list-item-subtitle>
</v-list-item>
<v-list-item
v-if="isRoleStaffReg && isExemptionEnabled &&
![HomeLocationTypes.HOME_PARK, HomeLocationTypes.LOT].includes(item.locationType)"
v-if="isRoleStaffReg && isExemptionEnabled"
data-test-id="non-res-exemption-btn"
:disabled="!isNonResExemptionEnabled ||
item.frozenDocumentType === MhApiFrozenDocumentTypes.TRANS_AFFIDAVIT"
Expand Down

0 comments on commit d03f47e

Please sign in to comment.