Merge pull request #6101 from FinnStutzenstein/organizationSpelling

Fixed spelling of organization and update submodules
This commit is contained in:
Finn Stutzenstein 2021-06-03 15:18:49 +02:00 committed by GitHub
commit cc2a40a178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 49 additions and 49 deletions

View File

@ -1,5 +1,5 @@
{ {
"organisation": [ "organization": [
{ {
"id": 1, "id": 1,
"name": "OpenSlides", "name": "OpenSlides",
@ -15,7 +15,7 @@
"committee_ids": [1], "committee_ids": [1],
"resource_ids": [], "resource_ids": [],
"organisation_tag_ids": [] "organization_tag_ids": []
}], }],
"user": [ "user": [
{ {
@ -37,7 +37,7 @@
"last_email_send": null, "last_email_send": null,
"is_demo_user": false, "is_demo_user": false,
"organisation_management_level": "superadmin", "organization_management_level": "superadmin",
"is_present_in_meeting_ids": [], "is_present_in_meeting_ids": [],
"committee_ids": [1], "committee_ids": [1],
@ -69,7 +69,7 @@
"meeting_ids": [1] "meeting_ids": [1]
}], }],
"resource": [], "resource": [],
"organisation_tag": [], "organization_tag": [],
"committee": [ "committee": [
{ {
"id": 1, "id": 1,
@ -82,8 +82,8 @@
"user_ids": [1], "user_ids": [1],
"forward_to_committee_ids": [], "forward_to_committee_ids": [],
"receive_forwardings_from_committee_ids": [], "receive_forwardings_from_committee_ids": [],
"organisation_tag_ids": [], "organization_tag_ids": [],
"organisation_id": 1 "organization_id": 1
}], }],
"meeting": [ "meeting": [
{ {
@ -253,7 +253,7 @@
"committee_id": 1, "committee_id": 1,
"default_meeting_for_committee_id": 1, "default_meeting_for_committee_id": 1,
"organisation_tag_ids": [], "organization_tag_ids": [],
"present_user_ids": [], "present_user_ids": [],
"user_ids": [1], "user_ids": [1],
"reference_projector_id": 1, "reference_projector_id": 1,

View File

@ -1,5 +1,5 @@
{ {
"organisation": [ "organization": [
{ {
"id": 1, "id": 1,
"legal_notice": "<a href=\"http://www.openslides.org\">OpenSlides</a> is a free web based presentation and assembly system for visualizing and controlling agenda, motions and elections of an assembly.", "legal_notice": "<a href=\"http://www.openslides.org\">OpenSlides</a> is a free web based presentation and assembly system for visualizing and controlling agenda, motions and elections of an assembly.",
@ -9,12 +9,12 @@
"custom_translations": [], "custom_translations": [],
"enable_electronic_voting": true, "enable_electronic_voting": true,
"reset_password_verbose_errors": true, "reset_password_verbose_errors": true,
"name": "Test Organisation", "name": "Test Organization",
"description": "", "description": "",
"committee_ids": [1], "committee_ids": [1],
"resource_ids": [1], "resource_ids": [1],
"organisation_tag_ids": [1] "organization_tag_ids": [1]
}], }],
"user": [ "user": [
{ {
@ -36,7 +36,7 @@
"last_email_send": null, "last_email_send": null,
"is_demo_user": false, "is_demo_user": false,
"organisation_management_level": "superadmin", "organization_management_level": "superadmin",
"is_present_in_meeting_ids": [1], "is_present_in_meeting_ids": [1],
"committee_ids": [1], "committee_ids": [1],
@ -99,7 +99,7 @@
"last_email_send": null, "last_email_send": null,
"is_demo_user": false, "is_demo_user": false,
"organisation_management_level": "", "organization_management_level": "",
"is_present_in_meeting_ids": [], "is_present_in_meeting_ids": [],
"committee_ids": [1], "committee_ids": [1],
@ -156,7 +156,7 @@
"last_email_send": null, "last_email_send": null,
"is_demo_user": false, "is_demo_user": false,
"organisation_management_level": "", "organization_management_level": "",
"is_present_in_meeting_ids": [], "is_present_in_meeting_ids": [],
"committee_ids": [], "committee_ids": [],
@ -201,16 +201,16 @@
"token": "web_header", "token": "web_header",
"filesize": 1462, "filesize": 1462,
"mimetype": "image/png", "mimetype": "image/png",
"organisation_id": 1 "organization_id": 1
} }
], ],
"organisation_tag": [ "organization_tag": [
{ {
"id": 1, "id": 1,
"name": "Orga Tag 1", "name": "Orga Tag 1",
"color": "#317796", "color": "#317796",
"tagged_ids": ["committee/1", "meeting/1"], "tagged_ids": ["committee/1", "meeting/1"],
"organisation_id": 1 "organization_id": 1
} }
], ],
"committee": [ "committee": [
@ -225,8 +225,8 @@
"user_ids": [1, 2], "user_ids": [1, 2],
"forward_to_committee_ids": [], "forward_to_committee_ids": [],
"receive_forwardings_from_committee_ids": [], "receive_forwardings_from_committee_ids": [],
"organisation_tag_ids": [1], "organization_tag_ids": [1],
"organisation_id": 1 "organization_id": 1
}], }],
"meeting": [ "meeting": [
{ {
@ -397,7 +397,7 @@
"committee_id": 1, "committee_id": 1,
"default_meeting_for_committee_id": 1, "default_meeting_for_committee_id": 1,
"organisation_tag_ids": [1], "organization_tag_ids": [1],
"present_user_ids": [1], "present_user_ids": [1],
"user_ids": [1, 2, 3], "user_ids": [1, 2, 3],
"reference_projector_id": 2, "reference_projector_id": 2,

View File

@ -61,7 +61,7 @@
# - The property `equal_fields` describes fields that must have the same value in # - The property `equal_fields` describes fields that must have the same value in
# the instance and the related instance. # the instance and the related instance.
organisation: organization:
id: number id: number
name: string name: string
description: HTMLStrict description: HTMLStrict
@ -80,13 +80,13 @@ organisation:
committee_ids: committee_ids:
type: relation-list type: relation-list
to: committee/organisation_id to: committee/organization_id
resource_ids: resource_ids:
type: relation-list type: relation-list
to: resource/organisation_id to: resource/organization_id
organisation_tag_ids: organization_tag_ids:
type: relation-list type: relation-list
to: organisation_tag/organisation_id to: organization_tag/organization_id
user: user:
id: number id: number
@ -116,13 +116,13 @@ user:
is_demo_user: is_demo_user:
type: boolean type: boolean
# Organisation, meeting and committee # Organization, meeting and committee
organisation_management_level: organization_management_level:
type: string type: string
description: Hierarchical permission level for the whole organisation. description: Hierarchical permission level for the whole organization.
enum: enum:
- superadmin - superadmin
- can_manage_organisation - can_manage_organization
- can_manage_users - can_manage_users
is_present_in_meeting_ids: is_present_in_meeting_ids:
type: relation-list type: relation-list
@ -135,7 +135,7 @@ user:
committee_$_management_level: committee_$_management_level:
type: template type: template
replacement_collection: committee replacement_collection: committee
description: Hierarchical permission level for the each committee organisation. description: Hierarchical permission level for the each committee organization.
fields: fields:
type: string type: string
enum: enum:
@ -256,7 +256,7 @@ user:
# New: Resource # New: Resource
# Resources are organsation wide "mediafiles", like logos for the organisatio or # Resources are organsation wide "mediafiles", like logos for the organisatio or
# organisation-wide fonts. Therefore, no permission checks are done and the user # organization-wide fonts. Therefore, no permission checks are done and the user
# must not be logged in to retrieve files. A resource has a token, e.g. `web_header` # must not be logged in to retrieve files. A resource has a token, e.g. `web_header`
# or `pdf_font_italic`, so the client knowns, where to put the resource. # or `pdf_font_italic`, so the client knowns, where to put the resource.
resource: resource:
@ -265,11 +265,11 @@ resource:
filesize: number filesize: number
mimetype: string mimetype: string
organisation_id: organization_id:
type: relation type: relation
to: organisation/resource_ids to: organization/resource_ids
organisation_tag: organization_tag:
id: number id: number
name: name:
type: string type: string
@ -284,10 +284,10 @@ organisation_tag:
collections: collections:
- committee - committee
- meeting - meeting
field: organisation_tag_ids field: organization_tag_ids
organisation_id: organization_id:
type: relation type: relation
to: organisation/organisation_tag_ids to: organization/organization_tag_ids
committee: committee:
id: number id: number
@ -315,12 +315,12 @@ committee:
receive_forwardings_from_committee_ids: receive_forwardings_from_committee_ids:
type: relation-list type: relation-list
to: committee/forward_to_committee_ids to: committee/forward_to_committee_ids
organisation_tag_ids: organization_tag_ids:
type: relation-list type: relation-list
to: organisation_tag/tagged_ids to: organization_tag/tagged_ids
organisation_id: organization_id:
type: relation type: relation
to: organisation/committee_ids to: organization/committee_ids
required: true required: true
meeting: meeting:
@ -872,9 +872,9 @@ meeting:
default_meeting_for_committee_id: default_meeting_for_committee_id:
type: relation type: relation
to: committee/default_meeting_id to: committee/default_meeting_id
organisation_tag_ids: organization_tag_ids:
type: relation-list type: relation-list
to: organisation_tag/tagged_ids to: organization_tag/tagged_ids
present_user_ids: present_user_ids:
type: relation-list type: relation-list
to: user/is_present_in_meeting_ids to: user/is_present_in_meeting_ids

@ -1 +1 @@
Subproject commit 10d78e1f03a580c985568774bd6e793be5a66578 Subproject commit 8a32b4ac03ddf40765c15dea44b703b5fa1370c4

@ -1 +1 @@
Subproject commit 2bc88271b37afa9f6fa1ce1418e85464e7c8cc9e Subproject commit 285d6135961b68c590dd800b7ef78fa9bf4c505e

@ -1 +1 @@
Subproject commit 4470bb80746dafb1988d3d41c5768fe4f1cee4e0 Subproject commit 8bc8547a8ad105e254d86ac395105e39168b7933

@ -1 +1 @@
Subproject commit 51629fad1e8f6badaa7209511d945082a52edb70 Subproject commit 38ae5abb7f77e7895849be79530340aa77fdad72

@ -1 +1 @@
Subproject commit 488b22458b978bc75a6fab219a515d516a90a794 Subproject commit 4f32125ad393269d33715e6097332023f2192b84

@ -1 +1 @@
Subproject commit 869427c0f5b90d45189a075c0f7a04dc066f9e38 Subproject commit d91c6bcbec3a40b388bbe020b6033800c6168f19

@ -1 +1 @@
Subproject commit c40703f752e75ab32422f9866e1456c539d5661d Subproject commit 175dba2bd4d9d58b91a9fb9d1092411780777259