2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

Handle "filters" for related fields

This commit is contained in:
Oliver
2021-07-26 21:02:24 +10:00
parent 2bdadc2140
commit 377da3c2fb
2 changed files with 65 additions and 9 deletions

View File

@ -187,7 +187,10 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
"keywords": {},
"link": {},
"category": {},
"category": {
"filters": {
}
},
// Checkbox fields
"active": {},