2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

Part detail view is now refreshabel

- lso add a progress dialog when reloading a model object
This commit is contained in:
Oliver Walters
2020-04-15 12:00:26 +10:00
parent 9b14483273
commit 578d54367a
3 changed files with 38 additions and 19 deletions

View File

@ -50,7 +50,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
@override
Future<void> request(BuildContext context) async {
await item.reload();
await item.reload(context);
}
void _editStockItem() {