Merge pull request #6236 from normanjaeckel/Typo
Fixed typo and changed some format.
This commit is contained in:
commit
0e95e7f7e0
2
.github/workflows/md5_check_initial-data.yml
vendored
2
.github/workflows/md5_check_initial-data.yml
vendored
@ -21,4 +21,4 @@ jobs:
|
||||
run: md5sum docker/initial-data.json
|
||||
|
||||
- name: Validate and protect initial-data.json
|
||||
run: echo "f0ecac91d4167ceb78f0b524f2c9dd88 docker/initial-data.json" | md5sum -c -
|
||||
run: echo "f6274a3f6f638f55a4c66f963d3abbca docker/initial-data.json" | md5sum -c -
|
||||
|
@ -195,7 +195,7 @@
|
||||
"users_pdf_wlan_ssid": "",
|
||||
"users_pdf_wlan_password": "",
|
||||
"users_pdf_wlan_encryption": "",
|
||||
"users_email_sender": "Openslides",
|
||||
"users_email_sender": "OpenSlides",
|
||||
"users_email_replyto": "",
|
||||
"users_email_subject": "Your login for {event_name}",
|
||||
"users_email_body": "Dear {name},\n\nthis is your OpenSlides login for the event {event_name}:\n\n {url}\n username: {username}\n password: {password}\n\nThis email was generated automatically.",
|
||||
@ -246,12 +246,31 @@
|
||||
"motion_comment_section_ids": [],
|
||||
"motion_category_ids": [],
|
||||
"motion_block_ids": [],
|
||||
"motion_workflow_ids": [1, 2],
|
||||
"motion_workflow_ids": [
|
||||
1,
|
||||
2
|
||||
],
|
||||
"motion_statute_paragraph_ids": [],
|
||||
"motion_comment_ids": [],
|
||||
"motion_submitter_ids": [],
|
||||
"motion_change_recommendation_ids": [],
|
||||
"motion_state_ids": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
||||
"motion_state_ids": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15
|
||||
],
|
||||
"poll_ids": [],
|
||||
"option_ids": [],
|
||||
"vote_ids": [],
|
||||
@ -567,7 +586,10 @@
|
||||
"show_state_extension_field": false,
|
||||
"merge_amendment_into_final": "undefined",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [6, 10],
|
||||
"next_state_ids": [
|
||||
6,
|
||||
10
|
||||
],
|
||||
"previous_state_ids": [],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
@ -589,8 +611,14 @@
|
||||
"show_state_extension_field": false,
|
||||
"merge_amendment_into_final": "undefined",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [7, 10, 15],
|
||||
"previous_state_ids": [5],
|
||||
"next_state_ids": [
|
||||
7,
|
||||
10,
|
||||
15
|
||||
],
|
||||
"previous_state_ids": [
|
||||
5
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -611,8 +639,18 @@
|
||||
"show_state_extension_field": false,
|
||||
"merge_amendment_into_final": "undefined",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [8, 9, 10, 11, 12, 13, 14],
|
||||
"previous_state_ids": [6],
|
||||
"next_state_ids": [
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14
|
||||
],
|
||||
"previous_state_ids": [
|
||||
6
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -634,7 +672,9 @@
|
||||
"merge_amendment_into_final": "do_merge",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [],
|
||||
"previous_state_ids": [7],
|
||||
"previous_state_ids": [
|
||||
7
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -656,7 +696,9 @@
|
||||
"merge_amendment_into_final": "do_not_merge",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [],
|
||||
"previous_state_ids": [7],
|
||||
"previous_state_ids": [
|
||||
7
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -678,7 +720,11 @@
|
||||
"merge_amendment_into_final": "do_not_merge",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [],
|
||||
"previous_state_ids": [5, 6, 7],
|
||||
"previous_state_ids": [
|
||||
5,
|
||||
6,
|
||||
7
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -700,7 +746,9 @@
|
||||
"merge_amendment_into_final": "do_not_merge",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [],
|
||||
"previous_state_ids": [7],
|
||||
"previous_state_ids": [
|
||||
7
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -722,7 +770,9 @@
|
||||
"merge_amendment_into_final": "do_not_merge",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [],
|
||||
"previous_state_ids": [7],
|
||||
"previous_state_ids": [
|
||||
7
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -744,7 +794,9 @@
|
||||
"merge_amendment_into_final": "do_not_merge",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [],
|
||||
"previous_state_ids": [7],
|
||||
"previous_state_ids": [
|
||||
7
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -766,7 +818,9 @@
|
||||
"merge_amendment_into_final": "do_not_merge",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [],
|
||||
"previous_state_ids": [7],
|
||||
"previous_state_ids": [
|
||||
7
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -788,7 +842,9 @@
|
||||
"merge_amendment_into_final": "do_not_merge",
|
||||
"show_recommendation_extension_field": false,
|
||||
"next_state_ids": [],
|
||||
"previous_state_ids": [6],
|
||||
"previous_state_ids": [
|
||||
6
|
||||
],
|
||||
"motion_ids": [],
|
||||
"motion_recommendation_ids": [],
|
||||
"workflow_id": 2,
|
||||
@ -815,7 +871,19 @@
|
||||
"2": {
|
||||
"id": 2,
|
||||
"name": "Complex Workflow",
|
||||
"state_ids": [5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15],
|
||||
"state_ids": [
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15
|
||||
],
|
||||
"first_state_id": 5,
|
||||
"default_workflow_meeting_id": null,
|
||||
"default_amendment_workflow_meeting_id": null,
|
||||
|
Loading…
Reference in New Issue
Block a user