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

Activities of "ryancyq"

Hi, can you share the full stacktrace of the http 500 exception?

Answer

please share the value of MyProjectConsts.LocalizationSourceName and the screenshot of the structure of MyProject.Core.Extended.Localization.MyProject in visual studio

Hi, you can check about the explanation of chat feature for non-multitenancy application at

https://support.aspnetzero.com/QA/Questions/3713

Answer

Hi, is your xml under MyProject.Core.Extended.Localization.MyProject having the same name as MyProjectConsts.LocalizationSourceName?

The xml filename has to be the same as MyProjectConsts.LocalizationSourceName for the extension to work.

Hi, the chat feature is configurable in Edition Mangement. It is packaged with the edition that the tenant signed up for.

Do the common books fixed for all tenants?

Also, do the common books change over time?

Hi, the changes were introduced in v5.6 to start the connection in chat service instead.

See https://github.com/aspnetzero/aspnet-zero-core/commit/e535576934c3b10a85be8ae8d19ad46d5b229bbb

There were some issues regarding angular change detection here.

https://github.com/aspnetzero/aspnet-zero-core/issues/1333

Hi, can you explain the use using more concrete examples?

it might not be necessary to store seed data with tenant-id = 0 if you only need to seed data for all tenant

Hi, the custom settings for entity history are configured here. (See EntityHistoryUiSetting)

https://github.com/aspnetzero/aspnet-zero-core/blob/7eb8a38d46bc704dbc6250b49e240c149900caf7/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/EntityHistory/EntityHistoryConfigProvider.cs

Basically, role component reads the custom settings for entity history of the entity Role and show EntityHistoryModal accordingly.

The modal then fetch the EntityTypeChanges for the given entity type from AuditLogAppService

Hi, @feloff, i think you are right. EntityCache does not seem to support multitenancy.

I have created an issue at aspnetboilerplate repo and move the dicussion over.

https://github.com/aspnetboilerplate/aspnetboilerplate/issues/4416

Showing 241 to 250 of 573 entries