Fixed broken form params in typescript-angular client (#10776)#10777
Fixed broken form params in typescript-angular client (#10776)#10777macjohnny merged 2 commits intoOpenAPITools:masterfrom
Conversation
macjohnny
left a comment
There was a problem hiding this comment.
Thanks for the fix! Please re-generate the samples.
|
I wonder why this was not caught in the unit tests in https://github.com/OpenAPITools/openapi-generator/tree/461d21161d876889b4e3a236acca29b96dd40366/samples/client/petstore/typescript-angular-v7-provided-in-root/tests/default/src/test @beckerjohannes would you like to look into that? |
I would say, because the |
Fixes #10776 the broken form params for typescript angular client introduced by search&replace refactoring in #10020.
@TiFu (2017/07) @taxpon (2017/07) @sebastianhaas (2017/07) @kenisteward (2017/07) @Vrolijkx (2017/09) @macjohnny (2018/01) @topce (2018/10) @akehir (2019/07) @petejohansonxo (2019/11) @amakhrov (2020/02)
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.For Windows users, please run the script in Git BASH.
master(5.3.0),6.0.x