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
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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: