Activities of "liangshiwei"

Hi,

Can I check it remotely? shiwei.liang@volosoft.com

Hi,

I think there is no problem, you can get value via API. and update profile.

Don't forget call SKAPDtoExtensions.Configure() method in the ApplicationContractsModule

Answer

See https://docs.abp.io/en/abp/latest/UI/Angular/Environment

Answer

Hi,

You can try:

oAuthConfig: {
   ...
   clientId: 'Documentale_App',
   requireHttps: false
}

Hi,

The profile UI does not support object extension, you can customize it via https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement

Hi,

There is a problem, and we have fixed it. by the way, ticket returned.

For now try:

Open PermissionDefinitionProvider and add following code and grants email setting permission.

var setting = context.GetPermissionOrNull(SettingManagementPermissions.Emailing);
setting.MultiTenancySide = MultiTenancySides.Both;

You can safely remove this code when you upgrade to a new version

Answer

Hi,

We can have a metting: shiwei.liang@volosoft.com

Can you share the full logs?

Hi,

Can you provide steps to reproduce? thanks.

After my test, the following code is ok.

Configure<AbpDbContextOptions>(options =>
{

    options.Configure(c =>
    {
        c.UseSqlServer();
        c.DbContextOptions.UseTriggers(t =>
        {
            t.UseApplicationScopedServiceProviderAccessor(_ => _.CreateScope().ServiceProvider);
        });

    });
});
Showing 5571 to 5580 of 6446 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 15, 2025, 12:18