mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 22:07:55 -06:00
feat+fix: Add option to set default download/share file type, fix typo in filter to query string, disable unused options in document filter
This commit is contained in:
@@ -26,10 +26,7 @@ class IdQueryParameter with _$IdQueryParameter {
|
||||
'${field}__isnull': '0',
|
||||
},
|
||||
fromId: (id) {
|
||||
if (id == null) {
|
||||
return {};
|
||||
}
|
||||
return {'${field}_id': '$id'};
|
||||
return {'${field}__id': '$id'};
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user