Base solution for your next web application
Open Closed

Role Navigation Property in RAD Tool #5104


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @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>.

  • User Avatar
    0
    yekalkan created

    @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.