2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Bug fixes (#637)
Some checks failed
Android / build (push) Has been cancelled
CI / test (push) Has been cancelled
iOS / build (push) Has been cancelled

* Fix formatting

* Handle case where server does not provide permissions information

* Enhanced URL checks

* Enhanced check

* Fix for error dialog

* Bump version information
This commit is contained in:
Oliver
2025-04-18 19:12:34 +10:00
committed by GitHub
parent 762d1ae156
commit 52879c0fc2
4 changed files with 50 additions and 29 deletions

View File

@ -228,13 +228,15 @@ Future<void> showServerError(String url, String title, String description) async
playAudioFile("sounds/server_error.mp3");
}
description += "\nURL: $url";
showSnackIcon(
title,
success: false,
actionText: L10().details,
onAction: () {
showErrorDialog(
L10().serverError,
title,
description: description,
icon: TablerIcons.server
);