2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Adds code to requeest global setting from server

- Settings are individually cached for 5 minutes
- For now, use it for the purchase order reference prefix
This commit is contained in:
Oliver Walters
2022-05-09 21:41:34 +10:00
parent da3b668e8c
commit 059b69ce99
5 changed files with 61 additions and 7 deletions

View File

@ -44,7 +44,6 @@ class PaginatedSearchState<T extends StatefulWidget> extends State<T> {
Future<InvenTreePageResponse?> requestPage(int limit, int offset, Map<String, String> params) async {
print("Blank request page");
// Default implementation returns null - must be overridden
return null;
}