Activities of "liangshiwei"

You can consider redundant user data in the module like we did: https://github.com/abpframework/abp/tree/dev/modules/cms-kit/src/Volo.CmsKit.Domain/Volo/CmsKit/Users

The CMS is a module, Its user data is synchronized from the identity module.

At this point you can create navigation properties in the module

Hi,

As far as I know, it's not possible to create a navigation property in a different database.

You should create relationships through code logic.

Hi,

https://github.com/abpframework/abp/pull/15508

We fixed the problem.

You can add the context.Services.AddAlwaysDisableUnitOfWorkTransaction(); to test the project.

https://github.com/abpframework/abp/pull/15508/files#diff-59bb2ffc71a0feb31225e572089bcdfff798fc00c95dd402b3b5aace7735ee76R25

Hi,

Will you do the same for the official version?

Yes it will

Have you found out anything about this yet?

Still not, I will keep look

Hi,

Sorry, It's better we communicate here, others with this problem will benefit from this too.

Can you describe your needs in detail, I will try to help you.

Hi,

The remote certificate is invalid according to the validation procedure

Please check if your HTTPS certificate is valid

The build task was canceled.

I guess the problem is related to your local environment.

Some possible solutions:

  • Try it on another computer
  • Use dotnet build --verbosity diagnostic command to see detailed output
  • Remove your local volo.abp.aspnetcore.mvc.ui.theme.leptonx package cache.

Hi,

I need a solution As we know when we create a project we will get the identity model in that we have a user, and role management this is in my main database and I have another model where I have the Candidate table which is in another database. in roles, I have a practitioner and I want to assign Practitioner to the Candidates please help me with this I followed that document but it's not working

This is no document for this because this is just your use case.

I think your question is how to access the main database(roles, users) in a module. I made an example for you: https://github.com/realLiangshiwei/Qa4516

  • ModelA can access the roles&users by using the repository

  • The ModelA requires the identity(pro) domain and entityframeworkcore package.

  • The ModelA database has no users and roles, it is from the Mainapp database.
  • Specify the connection string for the identity module.
  • Pre-built application modules define constants for the connection string names. For example, the IdentityServer module defines a ConnectionStringName constant in the AbpIdentityServerDbProperties class (located in the Volo.Abp.IdentityServer namespace). Other modules similarly define constants, so you can investigate the connection string name

And as we Can See if I am Adding the Date Of Birth in Configure Extra property It's Showing DD-MM-YY-HH-MM-AM I need only DD-MM-YYYY can anyone suggest how to configure that....

Can you share the full steps to reproduce the problem? thanks.

Hi,

We supported object extensions for personal info tab in 7.0, that's why we did this change. https://support.abp.io/QA/Questions/4469/Entering-invalid-phone-number-locks-you-out-of-the-system

The problem was fixed and it will include in the next patch version(7.0.2)

Ok,

Waiting for you

Showing 151 to 160 of 2428 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 20, 2025, 10:27