From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 3 Mar 2023 16:55:52 +0000 (-0800) Subject: Surface edit dialog errors all the way X-Git-Tag: v1.14.0-beta.rc1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f56ccec77f90cc5b4dba0dd9f0228de71d23491c;p=thirdparty%2Fpaperless-ngx.git Surface edit dialog errors all the way --- diff --git a/src-ui/src/app/components/common/edit-dialog/edit-dialog.component.ts b/src-ui/src/app/components/common/edit-dialog/edit-dialog.component.ts index 94fe79d2a3..c837716568 100644 --- a/src-ui/src/app/components/common/edit-dialog/edit-dialog.component.ts +++ b/src-ui/src/app/components/common/edit-dialog/edit-dialog.component.ts @@ -131,6 +131,7 @@ export abstract class EditDialogComponent< error: (error) => { this.error = error.error this.networkActive = false + this.succeeded.error(error) }, }) }