Skip to content
Snippets Groups Projects
Commit 9b99dfc7 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1513 OZG-2594 remove SEND_POSTFACH_MAIL from client

parent 22d7bc9a
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,6 @@ export enum ReplyOption { ...@@ -27,8 +27,6 @@ export enum ReplyOption {
} }
export enum PostfachOrder { export enum PostfachOrder {
//@Deprecated
SEND_POSTFACH_MAIL = 'SEND_POSTFACH_MAIL',
SEND_POSTFACH_NACHRICHT = 'SEND_POSTFACH_NACHRICHT', SEND_POSTFACH_NACHRICHT = 'SEND_POSTFACH_NACHRICHT',
RESEND_POSTFACH_MAIL = 'RESEND_POSTFACH_MAIL' RESEND_POSTFACH_MAIL = 'RESEND_POSTFACH_MAIL'
} }
......
...@@ -95,7 +95,7 @@ export class VorgangService { ...@@ -95,7 +95,7 @@ export class VorgangService {
handlePendingSendPostfachMailCommand(pendingCommandList: CommandListResource): void { handlePendingSendPostfachMailCommand(pendingCommandList: CommandListResource): void {
if (!this.pendingSendPostfachMailCommand$.value.loaded) { if (!this.pendingSendPostfachMailCommand$.value.loaded) {
this.setPendingSendPostfachMailCommand(createStateResource(getPendingCommandByOrder(pendingCommandList, [PostfachOrder.SEND_POSTFACH_MAIL, PostfachOrder.SEND_POSTFACH_NACHRICHT]))); this.setPendingSendPostfachMailCommand(createStateResource(getPendingCommandByOrder(pendingCommandList, [PostfachOrder.SEND_POSTFACH_NACHRICHT])));
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment