mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-16 20:25:26 +00:00
v0.5.3
- Updated translations - Improved error catching
This commit is contained in:
@ -285,9 +285,6 @@ class InvenTreeModel {
|
||||
// Return the detail view for the associated pk
|
||||
Future<InvenTreeModel?> get(int pk, {Map<String, String> filters = const {}}) async {
|
||||
|
||||
// TODO - Add "timeout"
|
||||
// TODO - Add error catching
|
||||
|
||||
var url = path.join(URL, pk.toString());
|
||||
|
||||
if (!url.endsWith("/")) {
|
||||
|
Reference in New Issue
Block a user