Skip to content
Snippets Groups Projects
Commit 44f7a677 authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' of git.ozg-sh.de:mgm/goofy

parents 8456fc2c af463c1c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ export function createVorgang(): Vorgang {
return {
createdAt: faker.date.past(),
name: faker.lorem.word(),
status: <VorgangStatus>faker.lorem.word().toUpperCase(),
status: faker.random.arrayElement([VorgangStatus.NEU, VorgangStatus.ABGESCHLOSSEN, VorgangStatus.BESCHIEDEN, VorgangStatus.VERWORFEN]),
aktenzeichen: faker.lorem.word(),
nextFrist: faker.date.future()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment