mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Dont perform permissions queries by default
This commit is contained in:
parent
15fb3e5328
commit
88a5a2049b
10 changed files with 117 additions and 19 deletions
|
|
@ -122,7 +122,8 @@ export abstract class ManagementListComponent<T extends ObjectWithId>
|
|||
null,
|
||||
this.sortField,
|
||||
this.sortReverse,
|
||||
this._nameFilter
|
||||
this._nameFilter,
|
||||
true
|
||||
)
|
||||
.subscribe((c) => {
|
||||
this.data = c.results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue