-
Notifications
You must be signed in to change notification settings - Fork 8
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
Hotfix/fix incorrect property type #79
Hotfix/fix incorrect property type #79
Conversation
Hi @jonferguson , just to let you know the Models in this library are auto-generated, so these changes will be overwritten next time the models change. We'll need to fix this in the generation library, but it's odd why it's not correct in the first place |
Do you still need this change in? If I don't hear from you in the next couple of weeks I'll be closing this PR. |
@@ -20,6 +20,7 @@ class RpdeKind | |||
const HEADLINE_EVENT = "HeadlineEvent"; | |||
const EVENT = "Event"; | |||
const EVENT_SERIES = "EventSeries"; | |||
const ON_DEMAND_EVENT = "OnDemandEvent"; |
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.
@nathansalter it might be worth keeping this one in? Agreed the rest look like a generator bug, so perhaps we create an issue for those in models-lib?
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.
Have created openactive/models-lib#49 in fact
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.
Have broken out this fix into #86
So this is now resolved by: |
No description provided.