Limitiation on select input Field

System Information
  • Strapi Version: 4.11.7
  • Operating System: Linux
  • Database: Postgres
  • Node Version: 16.15.1
  • NPM Version: 9.3.0
  • Yarn Version: 1.22

Hy everyone,
i am currently have issue about show select relation input list just for certain role, iam already use RBAC to show certain data to each roles in list views, but when i want to create or edit when you want to update a field that has relation to another Content Type, always show all data like this:
image

i can achive that by replace the ctx.request.url and adding filters,
like this:
ctx.request.url = ${ctx.request.url}&filters[outlet][outletCode]=20

but i need to comment property in query params [line 103],
and there are comments that we cannot adding filter for RBAC reason, I was just curious why can’t add filter and what impact it has on RBAC?