Activities of "maliming"

Answer

hi serdar.genc@talentra.net

Open the GlobalFeatureConfigurator class in the Domain.Shared project and add the following codes to the Configure method.


OneTimeRunner.Run(() =>
{
    GlobalFeatureManager.Instance.Modules.CmsKit(cmsKit =>
    {
        cmsKit.EnableAll();
    });

    GlobalFeatureManager.Instance.Modules.CmsKitPro(cmsKitPro =>
    {
        cmsKitPro.EnableAll();
    });
});

hi

There is no menu to show.

hi

Please follow this https://github.com/abpframework/abp/issues/8794

hi

You can refer the unit test of abp framework.

https://github.com/abpframework/abp/blob/dev/framework/test/Volo.Abp.TestApp.Tests/Volo/Abp/TestApp/Application/PersonAppService_Tests.cs#L27 https://github.com/abpframework/abp/blob/dev/framework/test/Volo.Abp.TestApp.Tests/Volo/Abp/TestApp/Application/PersonAppService_Tests.cs#L55

https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant

hi

I think this is because the HttpApi.Host project didn't have much UI. It only depend the Volo.Abp.Account.Pro.Public.Web.IdentityServer by default.

hi selinkoykiran

Can you share the steps to reproduce this?

You can use the free start template, https://abp.io/get-started

Answer

hi

If your tenant has a separate connection string, you should switch the tenant of the current context to switch the DbContext using a different connection string.

https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant

You should not create DbCotext manually, abp will manage it automatically.

Answer

Try FromForm

PostUploadFile([FromForm]IFormFile file)

hi FarReach

We will check your license. : )

hi

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:

Please share some screenshots.

Showing 7901 to 7910 of 8495 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06