Skip to content

Commit 0b0c07e

Browse files
SilviaAmAmCharString
authored andcommitted
🐛 feat: Fix Open Zaak fixture
1 parent 7ec10d8 commit 0b0c07e

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

backend/docker-services/openzaak/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
- openzaak-dev
2727

2828
openzaak-web.local:
29-
image: openzaak/open-zaak:${OPENZAAK_VERSION:-1.18.0}
29+
image: openzaak/open-zaak:${OPENZAAK_VERSION:-1.21.0}
3030
environment: &openzaak_web_env
3131
- DJANGO_SETTINGS_MODULE=openzaak.conf.docker
3232
- SECRET_KEY=${SECRET_KEY:-fgv=c0hz&tl*8*3m3893@m+1pstrvidc9e^5@fpspmg%cy$15d}
@@ -59,7 +59,7 @@ services:
5959
- openzaak-dev
6060

6161
web-init:
62-
image: openzaak/open-zaak:${OPENZAAK_VERSION:-1.18.0}
62+
image: openzaak/open-zaak:${OPENZAAK_VERSION:-1.21.0}
6363
environment: *openzaak_web_env
6464
volumes: *openzaak_web_volumes
6565
command: ["/bin/sh", "-c", "echo \"This is a destruction report\" > /app/private-media/uploads/2024/12/01219b90-0d13-4e25-b463-ab1545b05f05.bin"]
@@ -69,7 +69,7 @@ services:
6969
- openzaak-dev
7070

7171
celery:
72-
image: openzaak/open-zaak:${OPENZAAK_VERSION:-1.18.0}
72+
image: openzaak/open-zaak:${OPENZAAK_VERSION:-1.21.0}
7373
environment: *openzaak_web_env
7474
volumes: *openzaak_web_volumes
7575
command: /celery_worker.sh

backend/docker-services/openzaak/fixtures/catalogi-resources.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
[
2+
{
3+
"model": "catalogi.catalogus",
4+
"pk": 1,
5+
"fields": {
6+
"_etag": "2b4f1c5d92b4a954d595fde194e352d1",
7+
"naam": "Archiving test",
8+
"uuid": "ec77ad39-0954-4aeb-bcf2-6f45263cde77",
9+
"domein": "VAVAV",
10+
"rsin": "100000000",
11+
"contactpersoon_beheer_naam": "Contact persoon beheer 0",
12+
"contactpersoon_beheer_telefoonnummer": "0612345678",
13+
"contactpersoon_beheer_emailadres": "contact_0@example.com",
14+
"versie": "",
15+
"begindatum_versie": null
16+
}
17+
},
218
{
319
"model": "catalogi.zaaktype",
420
"pk": 3,

0 commit comments

Comments
 (0)