-
Notifications
You must be signed in to change notification settings - Fork 0
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
6652 filtrering h bucer #663
Conversation
@@ -34,6 +34,8 @@ class MedlemskapTypeResolver implements TypeIdResolver { | |||
mapping.put(SedType.A010, MedlemskapA010.class); | |||
mapping.put(SedType.A011, MedlemskapA011.class); | |||
mapping.put(SedType.A012, MedlemskapA012.class); | |||
|
|||
mapping.put(SedType.H010, MedlemskapH010.class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hvorfor har H010 spesiell status i forhold til andre H-SED-er?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
den har et medlemskaps element i json, det har ikke de andre H sedene. Var dette som gjorde at den seden feilet og ikke de andre. Var jo obvious i retrospekt
No description provided.