mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-11 02:08:03 -06:00
Merge branch 'development' into feature/notes
This commit is contained in:
@@ -73,7 +73,7 @@ class DocumentModel extends Equatable {
|
||||
this.userCanChange,
|
||||
this.permissions,
|
||||
this.customFields = const [],
|
||||
this.notes = const [],
|
||||
this.notes = const [] = const [],
|
||||
});
|
||||
|
||||
factory DocumentModel.fromJson(Map<String, dynamic> json) =>
|
||||
|
||||
@@ -14,5 +14,6 @@ class Permissions with _$Permissions {
|
||||
@HiveField(1) required UsersAndGroupsPermissions change,
|
||||
}) = _Permissions;
|
||||
|
||||
factory Permissions.fromJson(Map<String, dynamic> json) => _$PermissionsFromJson(json);
|
||||
factory Permissions.fromJson(Map<String, dynamic> json) =>
|
||||
_$PermissionsFromJson(json);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user