Hi @jlavallet, we've made some enhancements for a better searching experience on our support platform and it's under review process. When it tested and approved after review, you would be able to search the exact words. You will be able to get an exact match by searching for the sentence you want between the (") character.
E.g. "filter by role" => as you've specified.
Is there a parameter to specify to the abp CLI to create the commercial or community version ?
Hi @millennium, you can specify the template by using -t
flag. You can see the all options, from here.
E.g abp new DemoProject -t app
(creates an app template) (open-source template)
2- Can I use abp commercial projects in open source project? I mean Is it leagal to create a commercial project and share it as an open source project, or I must use the community version then ?
You have a file named appsettings.secrets.json
in your commercial project and in this file you have your AbpLicenseCode
. This code should be preserved and not exposed.
11.2 ABP Commercial products cannot be publicly shared or cannot be licensed as an open-source product without asking written permission of Volosoft Bilişim Anonim Şirketi. (https://commercial.abp.io/Eula)
Hi @cala, can you try the same command with specifying organization name:
abp login <username> -p <password> -o <organization_name>
Hi @annguyentps, only the Business and Enterprise license types are allowed to download source-code.
https://commercial.abp.io/pricing
Hi @serdar.genc@talentra.net, did you try it?
Hello , you mean when the official abp 5.0 is released new project will use lepton x theme ?
Hi @Dicky.tech@gmail.com, Actually no. Lepton X Theme will be available after the official 5.0 is released and you will be able to switch between themes. (Lepton to LeptonX theme)
It's only available in Angular UI for the alpha version.
Hi @marketbus, the payment module is available for MVC (public and admin sides), Blazor Server and Blazor Wasm (admin side) .
Hi @AndrewT, We're still working on it, but I can't give you a deadline because of its limitations. You can follow this issue to track the progress.
Hi @malfaqeeh48, can you check this community article? In this community article basically described how you can integrate the Synfusion components into your Blazor.Server application.
Hi @richward, temporal tables is an EF Core 6 feature as you've mentioned. So you need to upgrade your project to v5.0.0-rc.1 to be able to use it.
Follow the migration guide documentations to upgrade your project v4.4.0 to v5.0.0-rc.1.