0
DexterIT created
Is there a reason why the Role entity is not available as a Navigation Property when creating a new entity using the RAD Tool?
2 Answer(s)
-
0
@DexterIT, RAD Tool is pretty new and we are still developing it. So, you can create a feature request here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/">https://github.com/aspnetzero/aspnet-zero-core/issues/</a>.
-
0
@DexterIT Some of the entities (like user, organization unit, role etc) are not defined in you solution but in abp nuget packages. Our algorithm can not detect them because of that. So we add some of them manually (user, organization unit and application language ). If roles table is often used as navigation property, we also can add it.