Base solution for your next web application

Activities of "ignasiclos"

I made it by inserting a new RequestCultureProvider :

That returns the tenant default language when user is null and tenant is not null

The tenants has their default language set correctly.

What I need is that the application is served by default in the tenant default language, instead of the browser.

I need to set the default culture to the tenant culture.

When it there is no cookie, it is using the browser culture. I've tried to read the cookie from a custom UserConfigurationController, but the cookies are always empty :

I've also tried to follow the default culture in Abp, and I've found that it is set in the CurrentCultureSetter class, that it is part of the Abp.Web project, that is build for framework 4.6 In my case I'm using .net core, so this method is not acually used.

So I cannot find a way to use the tenant default language. Thanks

It worked perfectly. Thanks!

Angular 8

Hello, We've some permissions that only applies when a feature is activated, and we want them hidden in the edit role popup. It looks like it is not possible out of the box.

Any idea? Thanks

Hello, I'm getting the following error "ng build --prod"

ERROR in Error during template compile of 'MainModule' Function calls are not supported in decorators but 'InputEditorModule' was called.

Any suggestion? Thanks

Showing 31 to 37 of 37 entries