,
default: null
+ },
+ disableRoles: {
+ type: Boolean,
+ default: false
}
},
emits: ['update:partyType'],
diff --git a/ppr-ui/src/components/mhrRegistration/HomeOwners/HomeOwnersTable.vue b/ppr-ui/src/components/mhrRegistration/HomeOwners/HomeOwnersTable.vue
index 74f1850da..3a95edef4 100644
--- a/ppr-ui/src/components/mhrRegistration/HomeOwners/HomeOwnersTable.vue
+++ b/ppr-ui/src/components/mhrRegistration/HomeOwners/HomeOwnersTable.vue
@@ -429,26 +429,63 @@
/>
-
-
- mdi-undo
-
- Undo
-
-
+
+
+
+ mdi-undo
+
+ Undo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mdi-pencil
+
+ Change Details
+
+
+
+
+
+
+
+
+ mdi-undo
+
+ Undo
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ mdi-pencil
+
+ Change Details
+
+
+
+
+
{
}),
// Determine group tenancy type
type: (ownerGroup.owners.filter(owner => owner.action === ActionTypes.REMOVED).length > 1 ||
- getMhrTransferType.value?.transferType === ApiTransferTypes.SURVIVING_JOINT_TENANT)
+ (getMhrTransferType.value?.transferType === ApiTransferTypes.SURVIVING_JOINT_TENANT &&
+ !ownerGroup.owners.some(owner => owner.action === ActionTypes.CHANGED)))
? isTransferToExecOrAdmin.value
? ApiHomeTenancyTypes.NA
: ApiHomeTenancyTypes.JOINT