relationship from another database
Hi guys,
i am trying to use SelectFilter as a relationship between 2 entities where each one exists in its own database , so something like mysql_1.companies and mysql_2.tasks
i have already set the connections in the models and relationship and everything works fine in select form where i can search and get the data. But when i use select filter it doesn't work where i get the following error
i have tried to add the connection name like ->relationship('mysql_1.companies') but it doesn't work neither
right now i am doing the following
but i am not sure if this is a bug, or is there a specific option in select filter i can enable this.
thank you for your help
i am trying to use SelectFilter as a relationship between 2 entities where each one exists in its own database , so something like mysql_1.companies and mysql_2.tasks
i have already set the connections in the models and relationship and everything works fine in select form where i can search and get the data. But when i use select filter it doesn't work where i get the following error
i have tried to add the connection name like ->relationship('mysql_1.companies') but it doesn't work neither
right now i am doing the following
but i am not sure if this is a bug, or is there a specific option in select filter i can enable this.
thank you for your help