tenancy, so how can I turn off or remove this features please?
Remove the saas module from your solution.
Similar question re OpenID, it is not something I knowingly need / want to use, so how can I remove it/
What do you mean re OpenID
? OpenIddict?
N.B. This is in a Application (Single Layer) template. I note if creating a Application (Layered) then you get option to check or uncheck Saas and OpenID etc, but for whatever reason with Application (Single Layer) you don't get a choice? N.B. 2. I am using ABP Studio. I note looking at ABP CLI documentations there seems to be switches to not include saas, openid etc, but as above these don't appear in ABP Studio for single layer template
You can temporarily manually remove the modules you don't need, and we will support more templates in the future.
ok, I see your point.
I don't understand why we need to create the template project ourselves for this.
Because the template project contains the license info, that's why you need to create it and share it. Then, I will add the code for you.
Thanks.
hi
Does your application not need to support multiple languages?
If so, you can remove all languages in your application, and this menu will be hidden.
Thanks. I will forward to our angular team.
I want different database for custom module. One is default connection string and ModuleConnectionString.
See https://abp.io/docs/latest/framework/fundamentals/connection-strings https://abp.io/docs/latest/framework/data/entity-framework-core/migrations
hi
You need to add the docs web modules to your Blazor WASM
UI project.
The AdministrationService
is a microservice, it doesn't contain UI.
Also add docs API route
to gateways.
hi
There is no module database. Only apps have a database.
https://github.com/abpframework/abp/blob/dev/modules/openiddict/app/OpenIddict.Demo.Server/EntityFrameworkCore/ServerDbContext.cs#L32
https://github.com/abpframework/abp/blob/dev/modules/openiddict/src/Volo.Abp.OpenIddict.EntityFrameworkCore/Volo/Abp/OpenIddict/EntityFrameworkCore/OpenIddictDbContextModelCreatingExtensions.cs#L12
hi
You can refer to https://abp.io/docs/latest/framework/ui/blazor/layout-hooks to add a component.
Then, connect the Singlar hub and add event listen in it. https://learn.microsoft.com/en-us/aspnet/core/blazor/tutorials/signalr-blazor?view=aspnetcore-8.0&tabs=visual-studio
No problem. Please create a template project and share it via https://wetransfer.com/
I will download and change code.
liming.ma@volosoft.com
Thanks.