I'm building a multi language site with the Sapphire framework and I'm trying not to bother the editors with content from others languages. Now I came across a little problem:
What I have:
Articles which have many tags (many_many) and the tags belong to many articles (belongs_many_many).
Also each tag has a language property.
My Problem:
In the ModelAdmins Gridfield autocomplete all tags are listed, also from other languages. The canView function seems to be ignored here.
Is there a way to show only elements matching the Members locale?