Activités de "liangshiwei"

You can find it in the browser's Developer Tools "Sources" window

Hi I cannot reproduce your problem, can you use the CLI to create a simple project to reproduce the problem.

Répondre

Hi info@sebit.si

For Customers questions in the support forum, we will reply first.

I posted some issues about proxy gen on github recently.

You issues on github already has Assigness, He will reply to you soon.

You gave us free Team licence for one year. In this plan we have 15 incidents. I spent 1 to talk with you now. What will happend when i spent another 14 ?

Team and Business licenses have incident/question count limit. If you buy additional developer licenses, your incident limit increases by 5 (for the Team License) or 10 (for the Business License) per .developer.

Répondre

Does It reset the incident count limit monthly ?

And do you separate the incident and the question because maybe there will be something wrong in document or new version release we want just ask ?

About new version issues, You can reply to the problem you encountered in a version-specific post,it is not counted as a incident/question. e.g https://support.abp.io/QA/Questions/100. But just ask, you can create an issue directly on github.

Hi

Pre-defined application modules provide login and other pages. Here are all predefined modules: https://commercial.abp.io/modules.

If you want to change the page of a predefined module, see https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-User-Interface for more information.

In addition, you can write your own page directly in your own project, see https://docs.abp.io/en/abp/latest/Getting-Started?UI=MVC&DB=EF&Tiered=No for more information.

HI @talhazengin, There are two ways:

  1. Get all tenants and change the current tenant to get their data:
using (_currentTenant.Change(tenant.Id))
{
      // query....
}
  1. Disable multi-tenant filter:
using (_dataFilter.Disable<IMultiTenant>())
{
       // query....
}

I will check this.

Hi @talhazengin

I can't reproduce your problem, can you provide more information. If you can use the CLI to create a simple project to reproduce this problem is better :).

Répondre

See https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-User-Interface for more information.

Did you reproduce the problem? I tested version v2.4, It works fine.

Affichage de 11 à 20 sur 4736 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11