mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
Fix: Revert masking the content field in auditlog (#6981)
This commit is contained in:
parent
d03058e539
commit
9e8b96cd34
1 changed files with 0 additions and 1 deletions
|
|
@ -929,7 +929,6 @@ if settings.AUDIT_LOG_ENABLED:
|
||||||
auditlog.register(
|
auditlog.register(
|
||||||
Document,
|
Document,
|
||||||
m2m_fields={"tags"},
|
m2m_fields={"tags"},
|
||||||
mask_fields=["content"],
|
|
||||||
exclude_fields=["modified"],
|
exclude_fields=["modified"],
|
||||||
)
|
)
|
||||||
auditlog.register(Correspondent)
|
auditlog.register(Correspondent)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue