mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 04:07:51 -06:00
Add migration scripts, remove dependencies to codegen, and cleanups
This commit is contained in:
@@ -118,7 +118,7 @@ class InboxCubit extends HydratedCubit<InboxState>
|
||||
updateFilter(
|
||||
filter: DocumentFilter(
|
||||
sortField: SortField.added,
|
||||
tags: TagsQuery.ids(include: inboxTags.toList()),
|
||||
tags: IdsTagsQuery(include: inboxTags.toList()),
|
||||
),
|
||||
);
|
||||
}
|
||||
@@ -160,7 +160,7 @@ class InboxCubit extends HydratedCubit<InboxState>
|
||||
emitLoading: false,
|
||||
filter: DocumentFilter(
|
||||
sortField: SortField.added,
|
||||
tags: TagsQuery.ids(include: inboxTags.toList()),
|
||||
tags: IdsTagsQuery(include: inboxTags.toList()),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user