We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When querying an entity with relations, the Model hiddenProperties is not respected for the relation entities 1 or more levels deep.
hiddenProperties
This line is converting the Sequelize models to Loopback models, but it's not applying it to the nested relations (besides referencesMany:
referencesMany
loopback-next/extensions/sequelize/src/sequelize/sequelize.repository.base.ts
Lines 1074 to 1076 in 3f0869c
Relation types that are including hidden properties:
belongsTo
hasMany
hasManyThrough
No response
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When querying an entity with relations, the Model
hiddenProperties
is not respected for the relation entities 1 or more levels deep.This line is converting the Sequelize models to Loopback models, but it's not applying it to the nested relations (besides
referencesMany
:loopback-next/extensions/sequelize/src/sequelize/sequelize.repository.base.ts
Lines 1074 to 1076 in 3f0869c
Relation types that are including hidden properties:
belongsTo
hasMany
hasManyThrough
Logs
No response
Additional information
No response
Reproduction
N/A
The text was updated successfully, but these errors were encountered: