HasManyThrough repeater relation
I am having the following problem where I want to show results in a repeater from a hasManyThroug relation
Transport Route
id
Transport Order
id
transport Route Id
...
Transport Stop
id
transport order id
...
I want to retrieve the stops in a repeater so I have a draggable list to let the user sort its desirered order for the stops. The has many through relation works on a relationmanager but not in the repeater because it only accepts HasOneOrMany or BelongsToMany
Is there a way arround this to display all stops in the transport route resource?
Transport Route
id
Transport Order
id
transport Route Id
...
Transport Stop
id
transport order id
...
I want to retrieve the stops in a repeater so I have a draggable list to let the user sort its desirered order for the stops. The has many through relation works on a relationmanager but not in the repeater because it only accepts HasOneOrMany or BelongsToMany
Is there a way arround this to display all stops in the transport route resource?