mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 12:06:55 +01:00
Fix frontend mailrule missing consumption scope parameter
This commit is contained in:
parent
a83058ab11
commit
0476be0ef0
5 changed files with 88 additions and 46 deletions
|
|
@ -86,6 +86,7 @@ class MailRuleSerializer(serializers.ModelSerializer):
|
|||
"assign_document_type",
|
||||
"order",
|
||||
"attachment_type",
|
||||
"consumption_scope",
|
||||
]
|
||||
|
||||
def update(self, instance, validated_data):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue