mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Merge branch 'dev' into feature-permissions
This commit is contained in:
commit
44f860d9b0
49 changed files with 5354 additions and 6219 deletions
|
|
@ -201,7 +201,7 @@ class TagViewSet(ModelViewSet):
|
|||
ObjectOwnedOrGrandtedPermissionsFilter,
|
||||
)
|
||||
filterset_class = TagFilterSet
|
||||
ordering_fields = ("name", "matching_algorithm", "match", "document_count")
|
||||
ordering_fields = ("color", "name", "matching_algorithm", "match", "document_count")
|
||||
|
||||
|
||||
class DocumentTypeViewSet(ModelViewSet, PassUserMixin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue