mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-04-17 08:00:34 +00:00
[bug] Fix boolean fields (#788)
- Use Switch field in API forms - Retain custom tri-state filter button - Closes https://github.com/inventree/inventree-app/issues/785
This commit is contained in:
parent
d45ed1f838
commit
a90fdd4323
3 changed files with 29 additions and 3 deletions
|
|
@ -207,7 +207,7 @@ abstract class PaginatedSearchState<T extends PaginatedSearchWidget>
|
|||
}
|
||||
|
||||
Map<String, dynamic> filter = {
|
||||
"type": "boolean",
|
||||
"type": "boolean filter",
|
||||
"display_name": label,
|
||||
"label": label,
|
||||
"help_text": help_text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue