mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
option to truncate content on /documents endpoint
This commit is contained in:
parent
1e11c12d96
commit
3c48ce0225
4 changed files with 19 additions and 2 deletions
|
|
@ -213,7 +213,8 @@ export class DocumentListViewService {
|
|||
this.currentPageSize,
|
||||
activeListViewState.sortField,
|
||||
activeListViewState.sortReverse,
|
||||
activeListViewState.filterRules
|
||||
activeListViewState.filterRules,
|
||||
{ truncate_content: true }
|
||||
)
|
||||
.subscribe({
|
||||
next: (result) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue