mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 03:26:50 +01:00
added autocomplete
This commit is contained in:
parent
8b5470bc55
commit
fb0ad94a9c
5 changed files with 44 additions and 9 deletions
|
|
@ -14,9 +14,9 @@ export abstract class AbstractPaperlessService<T extends ObjectWithId> {
|
|||
let url = `${this.baseUrl}${this.resourceName}/`
|
||||
if (id) {
|
||||
url += `${id}/`
|
||||
if (action) {
|
||||
url += `${action}/`
|
||||
}
|
||||
}
|
||||
if (action) {
|
||||
url += `${action}/`
|
||||
}
|
||||
return url
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue