Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "ryancyq"

Hi, is this file download method located in application service?

You could try adding DontWrapResult attribute to the method.

Do you have these config in your appSettings.Production.json?

"Abp": {
    "RedisCache": {
        "ConnectionString": "localhost",
        "DatabaseId": -1
    }
},

Hi, can you share the screenshot of "Test" when editing its features?

You can refer to the last screen in https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Core#edition-management

Hi,

DatabaseId: -1 is refered to Redis Default database. It shouldn't be a problem.

Hi,

  • What is your product version?
  • What is your product type (Angular or MVC)?
  • What is product framework type (.net framework or .net core)?

The current flow has implemented blocking of sms verificatiom when phone number was not saved before.

Have you modified anything on the my-setting view? We can help to check.

Hi, if you only want to change the language for a datetimepicker. You use the approach here.

See https://github.com/aspnetzero/aspnet-zero-core/blob/f72d4bf9ced778e06265f1c415a8553b10cbaf3d/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/wwwroot/view-resources/Areas/AppAreaName/Views/Tenants/_CreateModal.js#L59-L62

However, if you want to customize the text for a certain language, you will need to overrides datetimepicker.tooltips similar to how default icons being overriden.

see https://github.com/aspnetzero/aspnet-zero-core/blob/8f3ed20ca0eafeeb664e7ed59deee0404739d2a4/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Mvc/wwwroot/assets/bootstrap4-datetimepicker/defaults.js#L1

The list of texts that can be overriden can be found at

https://github.com/wgbbiao/bootstrap4-datetimepicker/blob/f4edfa96efd8a9aec0567dc2c42369346d24cd40/src/js/bootstrap-datetimepicker.js#L2473-L2499

Hi, @ivanosw1, thanks for reporting this.

i have created an issue at https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4367

Meanwhile, if you need urgent fix, you can override the IsTokenValidityKeyValidAsync in your AbpUserStore to keep token removal.

Hi,

  • What is your product version?
  • What is your product type (Angular or MVC)?
  • What is product framework type (.net framework or .net core)?

Hi, is the feature provided by ANZ? This was done at https://github.com/aspnetzero/aspnet-zero-core/blob/f72d4bf9ced778e06265f1c415a8553b10cbaf3d/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Features/AppFeatureProvider.cs#L16-L17

If you were to create your own feature, you need to define the corresponding translation yourselves.

are you loading second dbcontext from the plugin module?

you can try with multiple dbcontext example to solve your connection string issue

see https://github.com/aspnetboilerplate/aspnetboilerplate-samples/tree/master/MultipleDbContextEfCoreDemo

Showing 271 to 280 of 573 entries