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

fix: @ApiSchema inheritance #3164

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

arabold
Copy link
Contributor

@arabold arabold commented Nov 13, 2024

Ensure the correct @ApiSchema name is used when inheriting from a base class.

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior?

Issue Number: #3160

What is the new behavior?

The correct schema name will be used

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

There's also a fix necessary for getSchemaPath (get-schema-ath.util.ts). However I have not found a single test for these utils, so I didn't add one but applied the exact same fix.

Ensure the correct @ApiSchema name is used when inheriting from a base class.
Comment on lines +421 to +423
@ApiSchema({
name: 'UpdateUser'
})
Copy link
Contributor Author

@arabold arabold Nov 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting enough, the case without an @ApiSchema decorator in the child class had been tested. Just not the case when both the parent and the child class have a decorator set.

@kamilmysliwiec
Copy link
Member

LGTM

@kamilmysliwiec kamilmysliwiec merged commit 0d5354f into nestjs:master Nov 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants