nocobase:main
← nocobase:fix/data-vi-m2m
opened 02:33AM - 13 May 25 UTC
<!--
First of all, thank you for your contribution!
For bug fixes or other no…n-feature modifications, please base your branch on the main branch.
For new features or API modifications, please make sure your branch is based on the next branch.
Thank you!
-->
### This is a ...
- [ ] New feature
- [ ] Improvement
- [x] Bug fix
- [ ] Others
### Motivation
### Description
<!--
Please describe the key changes made in this PR clearly and concisely,
mention any potential risks,
and provide some testing suggestions.
-->
### Related issues
### Showcase
### Changelog
| Language | Changelog |
| ---------- | --------- |
| 🇺🇸 English | Fix error when filtering nested m2m fields |
| 🇨🇳 Chinese | 修复筛选嵌套多对多字段报错 |
### Docs
| Language | Link |
| ---------- | --------- |
| 🇺🇸 English | |
| 🇨🇳 Chinese | |
### Checklists
- [x] All changes have been self-tested and work as expected
- [x] Test cases are updated/provided or not needed
- [ ] Doc is updated/provided or not needed
- [ ] Component demo is updated/provided or not needed
- [x] Changelog is provided or not needed
- [ ] Request a code review if it is necessary