-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MHR API fix saving tenants in common group sequence number to DB2. #18043
Comments
Verified in DEV using MHR 107825. |
Hey @doug-lovett , please take a look at the following examples from TEST.
Current behavior: Tenancy type for the Groups 1 & 3 displays 'Tenants in common' instead of 'N/A' in the legacy application. MHR 107264 in TEST created in the new application Home owners view before filing registration: MHR info screen: Search Output: Legacy application view:
MHR 107263 created in the legacy application modernized application view (search output): MHR info screen: |
@chdivyareddy thanks Divya, looks good to me. In the ops ticket from prod the screenshot only shows the first tenants in common group. @mstanton1 can you please confirm? |
@chdivyareddy and to confirm, "N/A" for the tenancy type is modernized only. |
@chdivyareddy this is as I would expect it to appear. I understood that "N/A" is for modernized only. When this moves to PROD I can ask for a secondary verification of the initial issue reported in PROD by staff. |
@doug-lovett @mstanton1 Thank you for confirming. For the second scenario mentioned, when an MHR 107263 is created in the legacy application, the ownership interest is not displayed in the new application search output. Is that as expected or does it not include as part of this ticket? |
@chdivyareddy looking at the 107263 now. I just searched on 004192 in DEV which is a legacy TC home and it is displaying the fractional ownership correctly: |
@chdivyareddy 107263 is a search report issue. Your test registration has no interest text, almost all legacy registrations have a variation of "UNDIVIDED". The report is not displaying the interest and fractional ownership because there is no interest value. The report fix would be in another ticket. |
@doug-lovett Perfect! Thank you for taking a look, will move this ticket along for now. Created #18097 for the report issue. |
See https://app.zenhub.com/workspaces/ops-60f8556e05d25b0011468870/issues/gh/bcgov-registries/ops-support/3154 for background.
A new MH registration created in MHR is not displaying the owner group information correctly in the legacy application when the owners are tenants in common. By comparing an existing legacy MH registration with tenants in common owners and a one created with the MHR API, the MHR API is not setting the owngroup table grpseqno value correctly with a tenants in common group structure. The grpseqno appears to represent the active group sequence number starting with one.
Developer Notes:
In the DEV environment, test that MH registrations and transfers with a tenants in common group work as expected in the UI.
In TEST:
The text was updated successfully, but these errors were encountered: