any idea?
Hi
Actually I couldnt find host user from tenant. I need a solution which is tenant can directly chat with host. Is this possible?
Hi
I dont want to assign full permission to tenants. I created a static role which is named TenantAdmin. How can i assign permissions to this role? Should I override this method and where can i find GrantedPermissions list? There is similar questions but neither of them giving information about permission lists
public StaticRoleDefinition(string roleName, MultiTenancySides side, bool grantAllPermissionsByDefault = false)
{
RoleName = roleName;
Side = side;
GrantAllPermissionsByDefault = grantAllPermissionsByDefault;
GrantedPermissions = new List<string>();
}
Hi I just dowloaded AspnetCore MVC - Jquery 6.7 version. When I run the project I got lots of errors like below. It is brand new project. What can i do? Please help.
Refused to apply style from 'http://localhost:62114/view-resources/Areas/App/Views/_Bundles/account-layout-libs.min.css' because its MIME type ('') is not a supported stylesheet MIME type, and strict MIME checking is enabled.