Skip to content

Commit

Permalink
Updating django-admin-index fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Jan 19, 2024
1 parent f58b351 commit e6d8e35
Showing 1 changed file with 19 additions and 29 deletions.
48 changes: 19 additions & 29 deletions src/open_inwoner/conf/fixtures/django-admin-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,33 @@
"pdc",
"productlocation"
],
[
"pdc",
"question"
],
[
"pdc",
"tag"
],
[
"pdc",
"tagtype"
],
[
"questionnaire",
"questionnairestep"
],
[
"questionnaire",
"questionnairestepfile"
]
]
}
},
{
"model": "admin_index.appgroup",
"fields": {
"order": 5,
"order": 4,
"name": "Permissies, 2FA en logging",
"slug": "permissies-2fa-en-logging",
"models": [
Expand Down Expand Up @@ -128,7 +140,7 @@
{
"model": "admin_index.appgroup",
"fields": {
"order": 11,
"order": 10,
"name": "Overige / Diverse",
"slug": "overige-diverse",
"models": [
Expand Down Expand Up @@ -170,7 +182,7 @@
{
"model": "admin_index.appgroup",
"fields": {
"order": 9,
"order": 8,
"name": "Configuratie",
"slug": "configuratie",
"models": [
Expand Down Expand Up @@ -205,28 +217,6 @@
"model": "admin_index.appgroup",
"fields": {
"order": 3,
"name": "Vragen en antwoorden",
"slug": "vraag-antwoord",
"models": [
[
"pdc",
"question"
],
[
"questionnaire",
"questionnairestep"
],
[
"questionnaire",
"questionnairestepfile"
]
]
}
},
{
"model": "admin_index.appgroup",
"fields": {
"order": 4,
"name": "Zoeken",
"slug": "zoeken",
"models": [
Expand Down Expand Up @@ -270,7 +260,7 @@
{
"model": "admin_index.appgroup",
"fields": {
"order": 10,
"order": 9,
"name": "Emails",
"slug": "emails",
"models": [
Expand All @@ -296,7 +286,7 @@
{
"model": "admin_index.appgroup",
"fields": {
"order": 6,
"order": 5,
"name": "Data koppelingen",
"slug": "koppelingen",
"models": [
Expand Down Expand Up @@ -370,7 +360,7 @@
{
"model": "admin_index.appgroup",
"fields": {
"order": 8,
"order": 7,
"name": "CMS",
"slug": "cms",
"models": [
Expand Down Expand Up @@ -420,7 +410,7 @@
{
"model": "admin_index.appgroup",
"fields": {
"order": 7,
"order": 6,
"name": "Inlog koppelingen",
"slug": "auth-koppelingen",
"models": [
Expand Down

0 comments on commit e6d8e35

Please sign in to comment.