-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
High
-
Affects Version/s: None
-
None
There is a data synchronization issue when a beneficiary is edited from different user roles. The updated data is not consistently reflecting across all roles, leading to data inconsistency and confusion.
Steps to Reproduce:
- Login as Nurse and edit a beneficiary (e.g., Name, Occupation).
- Login as Counsellor and verify changes.
- Login as Registrar and verify changes.
Repeat the same steps by editing from:
- Counsellor login
- Registrar login
Actual Result:
- When edited by Nurse → Changes reflect only in Counsellor, not in Registrar.
- When edited by Counsellor → Changes do not reflect in any role.
- When edited by Registrar → Changes reflect only in Counsellor.
- Only partial data sync:
- Example: Name is updated
- Occupation is not updated
Expected Result:
- Any update made to a beneficiary from any role (Registrar / Nurse / Counsellor) should:
- Reflect consistently across all roles
- Sync all updated fields correctly (no partial updates)