mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
Merge pull request #1397 from lugaru1234/issue1251
Fixes #1251, #1212: Form parameters has been added to the html template
This commit is contained in:
commit
4723f51c63
@ -87,6 +87,13 @@
|
|||||||
</div> <!-- field-items -->
|
</div> <!-- field-items -->
|
||||||
{{/hasQueryParams}}
|
{{/hasQueryParams}}
|
||||||
|
|
||||||
|
{{#hasFormParams}}
|
||||||
|
<h3 class="field-label">Form parameters</h3>
|
||||||
|
<div class="field-items">
|
||||||
|
{{#formParams}}{{>formParam}}{{/formParams}}
|
||||||
|
</div> <!-- field-items -->
|
||||||
|
{{/hasFormParams}}
|
||||||
|
|
||||||
<!-- Remove Return type... unclear where this comes from;
|
<!-- Remove Return type... unclear where this comes from;
|
||||||
for our swagger.json files, it is always empty and there is no boolean guard or hasReturnType
|
for our swagger.json files, it is always empty and there is no boolean guard or hasReturnType
|
||||||
do we end up with a heading but not content
|
do we end up with a heading but not content
|
||||||
|
Loading…
Reference in New Issue
Block a user