mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Handle "filters" for related fields
This commit is contained in:
parent
2bdadc2140
commit
377da3c2fb
2 changed files with 65 additions and 9 deletions
|
|
@ -187,7 +187,10 @@ class _PartDisplayState extends RefreshableState<PartDetailWidget> {
|
|||
"keywords": {},
|
||||
"link": {},
|
||||
|
||||
"category": {},
|
||||
"category": {
|
||||
"filters": {
|
||||
}
|
||||
},
|
||||
|
||||
// Checkbox fields
|
||||
"active": {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue