Base solution for your next web application
Open Closed

Aspnet RAD Tool, Master-Detail Issue. Can't see the childs in Master list page #9927


User avatar
0
samara081 created

Hi,

I am using Aspnetzero MVC with .net Core 5, Aspnetzero version is (10), i also tries same senario with 10.1 Rc and 9.3.

First I have create the child entity as follwoing

Then I have Created the master entity as follwoing:

However after runging the project, the button that shows the child records is missing in the page

Did i missed any step?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @samara081

    Could you check the generated source code to see if related parts are generated ? This might be related to pmerisisons.

  • User Avatar
    1
    samara081 created

    You are correct,

    I have changed abp.auth.hasPermission('{{NP_OneToMany_Permission_Value_Here}}') in index js file to valid value and it works

    Regards