swagger-codegen-generators icon indicating copy to clipboard operation
swagger-codegen-generators copied to clipboard

Fix: replace wrong template variable readOnly with isReadOnly

Open fedepad opened this issue 3 years ago • 1 comments

In few templates, the template variable readOnly is used, which is not defined. Instead, isReadOnly is the defined template variable. This PR fixes that by replacing occurrences of the undefined template variable readOnly with the defined isReadOnly.

fedepad avatar Feb 23 '22 10:02 fedepad

Fix https://github.com/swagger-api/swagger-codegen-generators/issues/1017

fedepad avatar Feb 23 '22 10:02 fedepad