Replies: 1 comment 2 replies
-
I don't believe so -not using the Assignment model. However, you can use the QueryBuilder to create a query that does this. As long as your query asks for all fields from Assignment - and only fields from Assignment - then the Query should return a list of Assignment models. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are two models have relationship with each other.
as for business logic ,I need to select all the related tasks from assignment . so here comes belows
but it comes out
is there any way i can select or the tasks order by level using Assignment model.
hope for solution ,thanks a lot .
Beta Was this translation helpful? Give feedback.
All reactions