Activities of "liangshiwei"

you can download it via ABP suite,

if it does not work, you can email me; i will share the page source code with you.

shiwei.liang@volosoft.com

Hi,

Your project looks like a free template. you need to add the ABP commercial nuget source to your Nuget.Config.

To get ABP commercial nuget source link you can create a new pro template project and check it's Nuget.Config

you can override the CheckSizeAsync method if you want.

Where the path that I can get the tenant entity from while Saas module is referenced as a package (not in source code)?

you can't.

you must type them manually

for example https://abp.io/support/questions/7935/Adding-a-custom-entity-to-a-pre-built-module-Saas#answer-3a151f92-5a6f-002b-8ba9-a9aa0d442dca

Hi,

shared, please check it

And at my machine, Console can't print the "## - 1", so configure for minio is skiped. Is this message printed at your machine?

yes

Hi,

This is used for permission management

Will check it when using IPermissionAppService to update/change/get permissions

Hi,

It works for me:

My steps:

create a minio docker

docker run -d -p 9000:9000 --name minio\
  -e "MINIO_ACCESS_KEY=admin" \
  -e "MINIO_SECRET_KEY=admin@123456" \
  minio/minio:RELEASE.2021-06-17T00-10-46Z server /data

update EndPoint to localhost:9000

update configure code: minio.CreateBucketIfNotExists = configuration.GetValue<bool>("Minio:CreateContainerIfNotExists");

Hi,

We have overwritten the login and registration page with OpenSource version

Because you are using the OpenSource version source code, you can use the account pro source code instead

HI,

you don't need to Implement it.

It's already built-in

Showing 271 to 280 of 5917 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11