mohdaftab
How do I completely hide this label from a list resource?
@awcodes I am using the custom theme but the question is how to target it because if I hide .fi-header class it will hide from all resources.
I only want to hide it from the ListCustomer.php page where it shows the table. The EditCustomer and CreateCustomer pages can show it.
14 replies
How to only get list of tenants in the drop down if the user has any role to that tenant
@Bruno Pereira I think we were looking in the wrong table.
The roles table doesn't have company id but model_has_roles table does.
So I created a model named ModelHasRole and then used the query with it to get the desired results.
51 replies