Activities of "liangshiwei"

Hi, you just need add localize text to the localized resource file.

public class TestDto
{
    [Required(ErrorMessage = "Code already exists")]
    public string Name { get; set; }

    [Required]
    public string Title { get; set; }
}

Hi,

No, actually email setting UI just for Host side.

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?

Showing 5091 to 5100 of 5968 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11