mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 12:06:24 +00:00
Part detail view is now refreshabel
- lso add a progress dialog when reloading a model object
This commit is contained in:
parent
9b14483273
commit
578d54367a
3 changed files with 38 additions and 19 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue