mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-17 04:35:26 +00:00
Capture context data in the LocationDisplay widget
This commit is contained in:
@ -201,6 +201,8 @@ class InvenTreeModel {
|
||||
return null;
|
||||
}
|
||||
|
||||
hideProgressDialog(context);
|
||||
|
||||
// A list of "InvenTreeModel" items
|
||||
List<InvenTreeModel> results = new List<InvenTreeModel>();
|
||||
|
||||
|
@ -66,7 +66,7 @@ class InvenTreePartCategory extends InvenTreeModel {
|
||||
class InvenTreePart extends InvenTreeModel {
|
||||
|
||||
@override
|
||||
String Name = "Part";
|
||||
String NAME = "Part";
|
||||
|
||||
@override
|
||||
String URL = "part/";
|
||||
|
Reference in New Issue
Block a user