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

Activities of "slavautesinov"

Try to add this code:

public override void Initialize()
{	
	var config = Abp.Dependency.IocManager.Instance.Resolve<IAbpWebApiModuleConfiguration>().HttpConfiguration;
	config.MapHttpAttributeRoutes();	
}

Permissions are loaded once at start from script as object(abp.auth.grantedPermissions). To refresh permissions reload this script with them (and some other additional data) with the help of, for example jQuery's method:

$.getScript("AbpScripts/GetScripts")
Showing 1 to 2 of 2 entries