mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 04:08:03 -06:00
feat: Update translations, finish saved views rework, some other fixes
This commit is contained in:
@@ -16,7 +16,7 @@ class PaperlessSavedViewsApiImpl implements PaperlessSavedViewsApi {
|
||||
@override
|
||||
Future<Iterable<SavedView>> findAll([Iterable<int>? ids]) async {
|
||||
final result = await getCollection(
|
||||
"/api/saved_views/",
|
||||
"/api/saved_views/?page_size=100000",
|
||||
SavedView.fromJson,
|
||||
ErrorCode.loadSavedViewsError,
|
||||
client: _client,
|
||||
|
||||
Reference in New Issue
Block a user