Unable to add tenant username in CRUD page using Navigation property. Kindly guide using abp suite to navigate tenant username in CRUD page. Thanks
Check the docs before asking a question: https://community.abp.io/posts/abp-suite-how-to-add-the-user-entity-as-a-navigation-property-of-another-entity-furp75ex
- ABP Framework version: v8.0.5
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
26 Answer(s)
-
0
Hi,
You can check the document: https://docs.abp.io/en/commercial/latest/abp-suite/generating-crud-page#navigation-properties
-
0
Hi,
You can check the document: https://docs.abp.io/en/commercial/latest/abp-suite/generating-crud-page#navigation-properties
Get identity users as navigation property, After adding reference regarding volo.identity.xxx in custom module error occur on compile time
The type or namespace name 'Identity' does not exist in the namespace 'Volo.Abp' (are you missing an assembly reference?) ServiceManagement.Domain (netstandard2.0)
-
0
-
0
How to add volo.identity.XXX as reference in custom module netstandard 2.0 dependencies. We are not going to remove this dependencies because it may use for different packages and project. Kindly guide in this regards. Thanks
-
0
-
0
How to add volo.identity.XXX as reference in custom module netstandard 2.0 dependencies. We are not going to remove this dependencies because it may use for different packages and project. Kindly guide in this regards. Thanks
Hi, you can change the project target to
8.0
-
0
How to add volo.identity.XXX as reference in custom module netstandard 2.0 dependencies. We are not going to remove this dependencies because it may use for different packages and project. Kindly guide in this regards. Thanks
Hi, you can change the project target to
8.0
after updating project target following issues occur.. what to do now its urgent
-
0
You can change them all to 8.0, ABP has already done this https://github.com/abpframework/abp/commit/2a10ef1a4a0dd8ebf3bdd62b52502e281114bfcc
-
0
-
0
-
0
-
0
Could you share a simple project with me? I will check it. shiwei.liang@volosoft.com
-
0
Could you share a simple project with me? I will check it. shiwei.liang@volosoft.com
how to share sample project. ? Steps which has been follow to create: -Add custom module -Create a CRUD page with navigation property which is system identity user in the custom module from abp suite. -after that provide permission and execute flow.
These are the steps which has been taken to create custom module. Following the below link to add identity user. Add volo.identity.XXX as a project in related custom module libraries.
https://alexbierhaus.medium.com/abp-io-navigation-property-for-identityuser-abpuser-218b15aa711c
Note: This above link is working fine when we create a simple CRUD page other than a custom module.
-
0
how to share sample project.
You can share the simple project via email.
-
0
how to share sample project.
You can share the simple project via email.
project is too large in size unable to upload
-
0
You can upload to https://wetransfer.com/ and share the link via email.
-
0
You can upload to https://wetransfer.com/ and share the link via email.
unable to share. limit is upto 2 GB which is not enough for sample project.
-
0
You can upload to https://wetransfer.com/ and share the link via email.
https://we.tl/t-....
-
0
I looked at your project, and you want to add the IdentityUser navigation property, but your database context doesn't have an IdentityUser table.
You can refer to the standard application template configuration
You also need to add module dependencies to all module classes. (EntityframeworkModule, DomainModule, ApplicationModule etc....) For example:
-
0
I looked at your project, and you want to add the IdentityUser navigation property, but your database context doesn't have an IdentityUser table.
You can refer to the standard application template configuration
You also need to add module dependencies to all module classes. (EntityframeworkModule, DomainModule, ApplicationModule etc....) For example:
these reference will be added in main project classes or module class
-
0
-
0
-
0
-
0
If the entity adds the identityUser navigation property, then need to change
-
0