mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Show number of comments on cards, tab
This commit is contained in:
parent
f161722b34
commit
3911740360
14 changed files with 146 additions and 74 deletions
|
|
@ -2,10 +2,8 @@ import { HttpClient, HttpParams } from '@angular/common/http'
|
|||
import { Observable } from 'rxjs'
|
||||
import { map, publishReplay, refCount } from 'rxjs/operators'
|
||||
import { ObjectWithId } from 'src/app/data/object-with-id'
|
||||
import { PaperlessUser } from 'src/app/data/paperless-user'
|
||||
import { Results } from 'src/app/data/results'
|
||||
import { environment } from 'src/environments/environment'
|
||||
import { PermissionAction, PermissionType } from '../permissions.service'
|
||||
|
||||
export abstract class AbstractPaperlessService<T extends ObjectWithId> {
|
||||
protected baseUrl: string = environment.apiBaseUrl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue