mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Progress dialog is now a part of the model GET request
This commit is contained in:
parent
ca7505796d
commit
8bd022bccd
10 changed files with 41 additions and 33 deletions
|
|
@ -9,6 +9,10 @@ import 'package:path/path.dart' as path;
|
|||
import 'package:http/http.dart' as http;
|
||||
|
||||
class InvenTreePartCategory extends InvenTreeModel {
|
||||
|
||||
@override
|
||||
String NAME = "PartCategory";
|
||||
|
||||
@override
|
||||
String URL = "part/category/";
|
||||
|
||||
|
|
@ -61,6 +65,9 @@ class InvenTreePartCategory extends InvenTreeModel {
|
|||
|
||||
class InvenTreePart extends InvenTreeModel {
|
||||
|
||||
@override
|
||||
String Name = "Part";
|
||||
|
||||
@override
|
||||
String URL = "part/";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue