mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-08 02:07:57 -06:00
Adds change detection mechanism for document changes
This commit is contained in:
@@ -143,6 +143,11 @@ class DocumentFilter extends Equatable {
|
||||
return newFilter;
|
||||
}
|
||||
|
||||
///
|
||||
/// Checks whether the properties of [document] match the current filter criteria.
|
||||
///
|
||||
bool includes(DocumentModel document) {}
|
||||
|
||||
int get appliedFiltersCount => [
|
||||
documentType != initial.documentType,
|
||||
correspondent != initial.correspondent,
|
||||
|
||||
Reference in New Issue
Block a user