Skip to content
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

Refactor out InstitutionListing value object #519

Open
phavekes opened this issue Dec 1, 2024 · 0 comments
Open

Refactor out InstitutionListing value object #519

phavekes opened this issue Dec 1, 2024 · 0 comments

Comments

@phavekes
Copy link
Member

phavekes commented Dec 1, 2024

This issue is imported from pivotal - Originaly created at Jan 23, 2020 by bstrooband

Earlier on for filtering on institutions in RA the Institution projection was used. This however resulted in not being able to manage institutions if a user from that institution hadn't logged in before.

Therefore the ConfiguredInstitutions had to be used. But the MW client returned a serialized institutionListing value object. This serialized data was different then the serialized ConfiguredInstitution value object so the MW client bundle should have been updated for all projects where the InstitutionListing was used.

That would have resulted in too much changes just to fix a few bugs before releaseing R17. Therefore this issue was filed to address this later on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

1 participant