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
I think the generated TodoList.ScopeFilter should also have include property. It passed before because we only validate request body but not object in query.
PR #5808 introduced coercion with spec schema for query input, that's why it starts to fail.
Submitting a fix for the scope filter.
Hi loopback team !
The last publish seems to have introduced a regression.
Steps to reproduce
Current Behavior
A Bad Request 400 error :
We can not use "include" inside "scope".
Expected Behavior
The queried model with all his queried relations (and relation's relations).
Link to reproduction sandbox
in progress
Additional information
Related Issues
The text was updated successfully, but these errors were encountered: