Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "andry3ag"

step 1) goto create new Edition called BasicEdition step 2) edit its featue, choice Chat (Administration is not checked) step 3) goto create new tenant called BasicTenant step 4) assign BasicEdition to BasicTenant step 5) login by admin user of BasicTenant step 6) BasicTenant/Adminuser still can see Administration permissions This is my question why the unchecked Administration feature is in BasicEdition->BasicTenant/admin user?

e.g. if we have the feature called "make invoice", it is not included in BasicEdition, when I login the BasicEdition by its BasicTenant/admin user, I still can see "make invoice" in the permission.

if we don't have "make invoice" feature, why we can setup its permission. If enable "make invoice", the "make invoice" feature is enable in BasicEdition->BasicTenant

Hope my explain is clear.

Thank you for your response.

My question is for Edition. if Edition-1 only has feature Role, OU, but its admin user has permission can see Dashboard, Role, OU ... all of them How I can control edition feature. Likes Edition-1 only has Role, OU, and Edition-1 cannot see Dashboard. Then when I create tenant-1 assigned by Editio-1, all user belong tenant-1 has permission Role, OU, cannot choice Dashboard. What is mean your Edition?

Thanks,

I have figured out it. The class has been create under Core project.

I think it is related to max parallel http connections in a browser. It is across different tabs too. So while testing/developing, make sure you don't hit the limt.

[http://stackoverflow.com/questions/985431/max-parallel-http-connections-in-a-browser])

derek

I got it.

  1. you have to initialize the PermissionFinder properly as the following: PermissionFinder.GetAllPermissions(new AppAuthorizationProvider(false), new CalendarAuthorizationProvider()) since it won't pick up from the module PreInitialize method.
  2. login as tenant admin instead of hostadmin LoginAsDefaultTenantAdmin()

Regards,

derek

Answer

I see, I will use fluent api then. Thanks alot guys.

What about integer autoincrement?

Showing 21 to 27 of 27 entries