mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
Dynamically load mail rules / accounts settings
This commit is contained in:
parent
4cb4d6adcd
commit
52d3a8703c
4 changed files with 106 additions and 90 deletions
|
|
@ -13,7 +13,6 @@ export class MailAccountService extends AbstractPaperlessService<PaperlessMailAc
|
|||
|
||||
constructor(http: HttpClient) {
|
||||
super(http, 'mail_accounts')
|
||||
this.reload()
|
||||
}
|
||||
|
||||
private reload() {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ export class MailRuleService extends AbstractPaperlessService<PaperlessMailRule>
|
|||
|
||||
constructor(http: HttpClient) {
|
||||
super(http, 'mail_rules')
|
||||
this.reload()
|
||||
}
|
||||
|
||||
private reload() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue