when nocobase api fetches data by using roles when there is more than one role and it is in full permission, it returns no data by passing union in headers(x-role)
union

My issue is when one user has 2 two roles from two application example enduser in app1 and manager in app2
if enduser role don’t have permission for user_info table (which is related to nocobase user table)
and manger role has permission to view all data in that table but when user role union that is Full Permission i was unable to view that data in app2 as manager
What does “two roles, two applications” mean? A role’s permissions can only be applied to one application.