]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Enhancement: long text custom field (#10846)
authorjojo2357 <66704796+jojo2357@users.noreply.github.com>
Sun, 14 Sep 2025 03:19:00 +0000 (21:19 -0600)
committerGitHub <noreply@github.com>
Sun, 14 Sep 2025 03:19:00 +0000 (03:19 +0000)
commitfeb5d534b5b62ed99044da800fca273a0e63827e
tree442c0894b2660535b65657a59fb0fe064b932ac0
parentd230514dd3d483fcbe58b51cb9389d6ca43b09e4
Enhancement: long text custom field (#10846)

---------

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
15 files changed:
src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html
src-ui/src/app/components/common/custom-field-display/custom-field-display.component.ts
src-ui/src/app/components/common/input/custom-fields-values/custom-fields-values.component.html
src-ui/src/app/components/common/input/custom-fields-values/custom-fields-values.component.ts
src-ui/src/app/components/common/input/textarea/textarea.component.ts
src-ui/src/app/components/document-detail/document-detail.component.html
src-ui/src/app/components/document-detail/document-detail.component.ts
src-ui/src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.html
src-ui/src/app/components/document-list/bulk-editor/custom-fields-bulk-edit-dialog/custom-fields-bulk-edit-dialog.component.ts
src-ui/src/app/data/custom-field-query.ts
src-ui/src/app/data/custom-field.ts
src/documents/filters.py
src/documents/migrations/1070_customfieldinstance_value_long_text_and_more.py [new file with mode: 0644]
src/documents/models.py
src/documents/templating/filepath.py