gruz / multi-tenancy-voyager-tries

Laravel-tenancy Voyager integration
9 stars 6 forks source link

TenantViewAction not working #8

Open ceswebmaster opened 4 years ago

ceswebmaster commented 4 years ago

This class is causing the View action button to not work at all. Tried upgrading from Voyager 1.2 -> 1.3 thinking it was a Voyager issue but it's this class, as when I comment out the code it works fine. I don't see exactly what this class does other than make the View button open the new host, which could just be a link in the datatable or another button.

gruz commented 4 years ago

I didn't use this code for a long time. I cannot help right now. If you find a solution, please make a pull request to help other people. Maybe I'll have time to check later.

Try this fork. Maybe it's working there https://github.com/moisesh18/multi-tenancy-voyager-tries

ceswebmaster commented 4 years ago

OK, looking at the class and the action.blade.php file they are both the same so wouldn't be resolved. I may be able to help at some point but for now I commented it out. It really doesn't appear to be used as intended either - could probably remove it all together.