Hey, guys
Currently, i am working on a project that requires using subsite moudel and modeladmin.
I just wonder is that possible to only see the current subsite data in module admin tab.
The logic is:
one subsite admin(not global admin) login to their own subsite, and click on MyModelAdmin Tab on the top CMS navigation, then it will be able to generate the data of managed_models with in current Subsite.
I have looked in ModelAdmin.php, but not sure how could i add the subsite restriction code in?!
Any ideas?
Thanks in advanced.
Alex