mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-30 11:59:27 +00:00
Sonar
This commit is contained in:
@@ -358,7 +358,7 @@ export abstract class ManagementListComponent<T extends MatchingModel>
|
||||
}
|
||||
|
||||
private getBulkEditFilters(): { [key: string]: any } {
|
||||
const filters = { ...(this.currentExtraParams ?? {}) }
|
||||
const filters = { ...this.currentExtraParams }
|
||||
if (this._nameFilter?.length) {
|
||||
filters['name__icontains'] = this._nameFilter
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user