[Elm] Bugfix .encode in modelTypeDiscriminator#2807
Merged
eriktim merged 1 commit intoOpenAPITools:masterfrom May 4, 2019
Merged
[Elm] Bugfix .encode in modelTypeDiscriminator#2807eriktim merged 1 commit intoOpenAPITools:masterfrom
eriktim merged 1 commit intoOpenAPITools:masterfrom
Conversation
The function is called `encode`. This fixed the call. See https://github.com/OpenAPITools/openapi-generator/blob/dfa7e616c0f311f3ebf58c04287f200c8e491f08/modules/openapi-generator/src/main/resources/elm/modelTypeArray.mustache#L11
Contributor
|
Thanks, @andys8! |
jimschubert
added a commit
that referenced
this pull request
May 5, 2019
* master: resize lightbow logo add lightbow logo add Lightbow as sponsor (#2822) [docs] Document new templating engine, adding ability to reference templates by file to comlete the example (#2773) [JAVA][KOTLIN] fix var Naming for all uppercase with Numbers (#2794) [Documentation] Add instructions to build the javascript client module (#2806) use mvn instead of run-in-docker (#2821) Better handling of form data (#2818) [haskell-servant] Add some missing types to the generated modules (#2675) Clarifies need to build project for sample output (#2819) [Elm] Bugfix .encode in modelTypeDiscriminator (#2807) Apply strict spec option to CodegenConfig instance (#2814)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The function is called
encode. This fixed the call.See
openapi-generator/modules/openapi-generator/src/main/resources/elm/modelTypeArray.mustache
Line 11 in dfa7e61
I have encountered this issue, and this is probably an easy fix.
@eriktim Can you have a short look?