mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 20:16:25 +00:00
Bug fix for routing issues
This commit is contained in:
parent
4080b4177b
commit
0c4803b889
1 changed files with 3 additions and 1 deletions
|
|
@ -252,7 +252,9 @@ class InvenTreeModel {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (dialog) {
|
||||||
hideProgressDialog(context);
|
hideProgressDialog(context);
|
||||||
|
}
|
||||||
|
|
||||||
if (response.statusCode != 200) {
|
if (response.statusCode != 200) {
|
||||||
showErrorDialog(context, I18N.of(context).serverError, "${I18N.of(context).statusCode}: ${response.statusCode}");
|
showErrorDialog(context, I18N.of(context).serverError, "${I18N.of(context).statusCode}: ${response.statusCode}");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue