based on forum's question
Environment
CUBA Platform version: 7.2.12
CUBA Studio plugin version: 15.3-202
IntelliJ version: IntelliJ IDEA 2020.3.1 (Community Edition)
Description of the bug
- Minimal reproducible example
- Open attached project -> open data store settings and set right credentials -> create database
- Run app -> login as admin
- Create any students in student browser
- Open tenant management -> create tenant name 'user' -> generate group -> create admin for this tenant
- Set name 'user', password 'user', add role 'default-admin-tenant' -> Save
- Create role 'newrole' with access to entity Student, screens Student browser and Student Reports, menu items Application, reports -> save -> add to user 'user' this role -> save
- Logout and login as user -> open Student Reports screen
AR:

15:17:45.732 ERROR c.h.cuba.core.sys.ServiceInterceptor - Exception in DataService.loadValues(..): com.haulmont.cuba.core.global.AccessDeniedException: ENTITY_ATTR testapp_Student.e.nation
15:17:45.737 ERROR com.haulmont.cuba.web.log.AppLog - Exception in com.haulmont.cuba.web.widgets.CubaSideMenu: com.haulmont.cuba.core.global.AccessDeniedException: ENTITY_ATTR testapp_St
udent.e.nation
user has no access to attributes of entity NationEntity which is parent for Student
even admin has no opportunity to get access to parent entity because it's a mappedsuperclass
ER:
user should have access to parent entity attributes if access to child entity was permitted
based on forum's question
Environment
CUBA Platform version: 7.2.12
CUBA Studio plugin version: 15.3-202
IntelliJ version: IntelliJ IDEA 2020.3.1 (Community Edition)
Description of the bug
AR:

user has no access to attributes of entity NationEntity which is parent for Student
even admin has no opportunity to get access to parent entity because it's a mappedsuperclass
ER:
user should have access to parent entity attributes if access to child entity was permitted