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

Activities of "ryancyq"

Hi, currently the documentation for data filter is only provide example for enitity framework not ef core.

For ef core, you can take a look at https://aspnetboilerplate.com/Pages/Documents/Articles\How-To\add-custom-data-filter-ef-core

Hi, we don't usually use interface for manager in the project thus far. However, it doesn't mean it is wrong to use interface for manager.

are you trying to listen to tenant creation and perform migration i your FooModule? if so, have you considered triggering migration when tenant entity domain event occurs?

Hi, date/currency format will follow the language/culture being configured per tenant.

you can refer to https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Core#language-management

Hi, please share your ANZ project version, is it angular or jquery?

Hi, what is your ANZ project version?

When i visit this setting in Administration > Roles > User > Edit User Role.

there should be a permission named Visual Settings in the list

please share the browser console/network panel with the error as well.

Hi, what is your ANZ version? Angular or Jquery?

/* We have called this function on Document save method:*/

also, was this done via Entity Change Handler?

Hi, please share your appSettings.json and appSettings.production.json

please share your code for

  1. subscribing the user(s) to new document creation/change notification
  2. notification subscription records (in the database) for the user(s) & notifications in point (1)
Showing 291 to 300 of 573 entries