HasManyThrough not allowed in Repeater->relationship
Hi,
I am building an admin panel for a contract administration. They need to add various of relational data, one of them is
This snippet results in following error message.
Are there any specific reasons why
I am building an admin panel for a contract administration. They need to add various of relational data, one of them is
seasons which are hold by it's parent called seasonGroups. A contract references n seasonGroups so I thought: I could access the seasons by a HasManyThrough relation.This snippet results in following error message.
Are there any specific reasons why
HasManyThrough is not supported by relationship?