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": {},