Skip to content

Commit

Permalink
Update Misc Transfers Ownership (#1856)
Browse files Browse the repository at this point in the history
* Update menus for Transfers
  • Loading branch information
dimak1 authored May 3, 2024
1 parent e12b95a commit a46671c
Show file tree
Hide file tree
Showing 5 changed files with 17 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.1.13",
"version": "3.1.14",
"private": true,
"appName": "Assets UI",
"sbcName": "SBC Common Components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
</v-col>
</v-row>
<FractionalOwnership
:key="ownerGroupId"
:groupId="ownerGroupId"
:fractionalData="fractionalData"
:isReadOnly="groupState?.isReadonly && isDefinedGroup"
Expand Down
4 changes: 2 additions & 2 deletions ppr-ui/src/components/tables/RegistrationTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
class="registration-list-item font-weight-bold fs-14 py-3"
>
<v-row
:id="`transfer-type-drop-${item.raw.group}`"
:id="`transfer-type-group-${item.raw.group}`"
noGutters
@click="toggleGroup(item.raw.group)"
>
Expand All @@ -157,7 +157,7 @@
</template>
<v-list-item
v-else
:id="`list-${item.raw.registrationTypeAPI}`"
:id="`transfer-type-item-${index}`"
:title="item.raw.registrationTypeUI"
class="copy-normal gray7 fs-14 py-3 pl-8"
v-bind="props"
Expand Down
11 changes: 11 additions & 0 deletions ppr-ui/src/composables/mhrInformation/useTransferOwners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,17 @@ export const useTransferOwners = (enableAllActions: boolean = false) => {
case ApiTransferTypes.TRANS_RECEIVERSHIP:
case ApiTransferTypes.TRANS_SEVER_GRANT:
case ApiTransferTypes.TRANS_WRIT_POSSESSION:
case ApiTransferTypes.ABAN:
case ApiTransferTypes.BANK:
case ApiTransferTypes.COU:
case ApiTransferTypes.FORE:
case ApiTransferTypes.GENT:
case ApiTransferTypes.TRANS_LAND_TITLE:
case ApiTransferTypes.REIV:
case ApiTransferTypes.REPV:
case ApiTransferTypes.SZL:
case ApiTransferTypes.TAXS:
case ApiTransferTypes.VEST:
return getMhrInformation.value.statusType !== MhApiStatusTypes.FROZEN // Enable for all but FROZEN status
case ApiTransferTypes.TO_EXECUTOR_PROBATE_WILL:
case ApiTransferTypes.TO_EXECUTOR_UNDER_25K_WILL:
Expand Down

0 comments on commit a46671c

Please sign in to comment.