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

Hotfix/fix incorrect property type #79

Conversation

jonferguson
Copy link

No description provided.

@nathansalter
Copy link
Contributor

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

@nathansalter
Copy link
Contributor

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";
Copy link
Contributor

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?

Copy link
Contributor

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

Copy link
Contributor

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

@nickevansuk
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants