mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Change: rename redo OCR to reprocess (#6866)
This commit is contained in:
parent
324a2aa1c6
commit
d558367642
10 changed files with 50 additions and 44 deletions
|
|
@ -939,7 +939,7 @@ class BulkEditSerializer(
|
|||
"modify_tags",
|
||||
"modify_custom_fields",
|
||||
"delete",
|
||||
"redo_ocr",
|
||||
"reprocess",
|
||||
"set_permissions",
|
||||
"rotate",
|
||||
"merge",
|
||||
|
|
@ -991,8 +991,8 @@ class BulkEditSerializer(
|
|||
return bulk_edit.modify_custom_fields
|
||||
elif method == "delete":
|
||||
return bulk_edit.delete
|
||||
elif method == "redo_ocr":
|
||||
return bulk_edit.redo_ocr
|
||||
elif method == "redo_ocr" or method == "reprocess":
|
||||
return bulk_edit.reprocess
|
||||
elif method == "set_permissions":
|
||||
return bulk_edit.set_permissions
|
||||
elif method == "rotate":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue