You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
Bug or feature request
Steps to reproduce
Having two models:
ModelA
and
ModelB
Notice that
ModelB
has a belongsTo relation withModelA
.ModelA
ModelB
just settingmodelaId
result will include
ObjectId
which I consider is correct:ModelB
but this time includingmodelA
related model.the result will have
modelaId
as string wich will have the query filter issue from #3593Link to reproduction sandbox
https://github.com/primissus/loopback-relation-bug-sandbox/blob/master/README.md
Expected result
Both methods should result in a model including
ObjectId
properties.Additional information
darwin x64 11.4.0
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
The text was updated successfully, but these errors were encountered: