Skip to content
Snippets Groups Projects
Commit 188aecd4 authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' into OZG-6381-Validierungsfehler-Admin

parents 16e65498 2d20008a
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ describe('PostfachMail', () => { ...@@ -116,7 +116,7 @@ describe('PostfachMail', () => {
return { return {
...buildVorgang(objectIds[2], 'VorgangWithoutPostfachId'), ...buildVorgang(objectIds[2], 'VorgangWithoutPostfachId'),
eingangs: [...vorgang.eingangs], eingangs: [...vorgang.eingangs],
header: { serviceKonto: null }, header: { serviceKonto: null, collaborationLevel: 0 },
}; };
} }
......
...@@ -42,6 +42,7 @@ describe('Postfach Nachricht reply button', () => { ...@@ -42,6 +42,7 @@ describe('Postfach Nachricht reply button', () => {
}, },
name: 'BayernID Vorgang', name: 'BayernID Vorgang',
header: { header: {
collaborationLevel: 0,
serviceKonto: { serviceKonto: {
type: 'BayernId', type: 'BayernId',
postfachAddress: [ postfachAddress: [
......
...@@ -67,6 +67,7 @@ export class VorgangE2E { ...@@ -67,6 +67,7 @@ export class VorgangE2E {
export class VorgangHeaderE2E { export class VorgangHeaderE2E {
serviceKonto: ServiceKontoE2E; serviceKonto: ServiceKontoE2E;
collaborationLevel: number;
} }
export class ServiceKontoE2E { export class ServiceKontoE2E {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment