codeforpdx / PASS

PASS project - with HMIS module integration
MIT License
28 stars 25 forks source link

Profile fails to load client info correctly due to incorrect parameters #387

Closed leekahung closed 1 year ago

leekahung commented 1 year ago

Bug Description:

At the moment, the Profile page utilizes the client state when passing through React Router to generate the other user's profile information. However, it's been recently changed to contact. The Profile page and relevant components would need to be updated.


Possible Solution (optional):

Update Profile page and relevant components to use contact instead of client. Considering PR #379 is currently working to update the page, we could include the corrections there.

leekahung commented 1 year ago

Issue has mostly been resolved as of PR #379 which has been merged into Development. There's still one more bug related to the sign-up link within Contacts/Profile, but that should be resolved in PR #394. So I'll be closing this.