Skip to content
Snippets Groups Projects
Commit 4ca5e317 authored by OZGCloud's avatar OZGCloud
Browse files

Merge remote-tracking branch 'origin/master' into OZG-6302-AnfrageFormular

parents 4188e48c 2d20008a
Branches
Tags
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: [
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
"status": "NEU", "status": "NEU",
"inCreation": false, "inCreation": false,
"header": { "header": {
"collaborationLevel": 0,
"serviceKonto": { "serviceKonto": {
"type": "OSI", "type": "OSI",
"postfachAddresses": [ "postfachAddresses": [
......
...@@ -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