You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at this plnker. On the listview for users I would expect to have a reference link to the associated permission record.
If the reference is made using a dot notation field nga.field('permissionRef.id', 'reference') the datastore is not populated and nothing id displayed
Expected behavior: permission name is displayed under the permission column with a href link to that permission record Actual behavior: nothing is diplayed
Description
Look at this plnker. On the listview for users I would expect to have a reference link to the associated permission record.
If the reference is made using a dot notation field
nga.field('permissionRef.id', 'reference')
the datastore is not populated and nothing id displayedSteps to Reproduce
Expected behavior: permission name is displayed under the permission column with a href link to that permission record
Actual behavior: nothing is diplayed
In this case the permission name appear on both column, because the datastore has been populated by the uncommented code.
The text was updated successfully, but these errors were encountered: