mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Updates some Python dependencies and the hooks
This commit is contained in:
parent
2f149eac9d
commit
8aa5ecde62
17 changed files with 371 additions and 350 deletions
|
|
@ -9,7 +9,10 @@ import { AbstractNameFilterService } from './abstract-name-filter-service'
|
|||
providedIn: 'root',
|
||||
})
|
||||
export class UserService extends AbstractNameFilterService<PaperlessUser> {
|
||||
constructor(http: HttpClient, private permissionService: PermissionsService) {
|
||||
constructor(
|
||||
http: HttpClient,
|
||||
private permissionService: PermissionsService
|
||||
) {
|
||||
super(http, 'users')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue