Context
The platform is in the process of migrating from a role-based to a permission-based access control system. Some users may have access to certain pages (e.g., the applications table) without having permission to view specific entity types that are used as filter criteria on those pages (e.g., partners). A decision is needed now to establish the correct UI behavior so that the frontend implementation can be completed consistently across all affected pages. UPD: this is pattern in generar: if you don't have permission to some entity - should you still see in in the filter,other entity list item . E.g. parter - can appear in the applicants table, filter, on the applicant profile page. Main accounts - can appear on Reports page filter, on the partner profile page.
For an admin who does not have permission to view partner entities, what should happen to the 'filter by partner' option on pages like the applications table?
You answered on Apr 17, 2026 at 1:34 PM
Show the filter — display the partner filter regardless of the user's partner permission
Your answer
Hide the filter — if the user lacks permission to see partner entities, the partner filter criterion should not be displayed at all
None of the above — I'd like to talk through the tradeoffs first.