* Describe the bug
In version 2.0.10, chart filters are not working for non-admin users.
When a non-admin user applies a filter to a chart, the chart data does not update according to the selected filter conditions. However, the same filter works correctly when logged in as an admin user.
* Environment
- NocoBase version: 2.0.10
- Database type and version: PostgreSQL 16
- OS: macOS Tahoe
- **Deployment Methods:**Docker
- Docker image version: nocobase/nocobase:2.0.10
- NodeJS version: v18.19.1
* How To Reproduce
- Log in as an admin user.
- Create or open a page containing a chart block.
- Configure a filter for the chart.
- Create a non-admin role with limited permissions.
- Assign the role to a test user.
- Log in as the non-admin user.
- Attempt to use the same chart filter.
Expected behavior
Non-admin users should be able to use chart filters normally, and the chart data should update according to the selected filter conditions, as it does for admin users.
Note
This issue happens in the Classic Version (v1).
Logs
N/A




