Merge pull request #5552 from FinnStutzenstein/updateModels

Update models.txt
This commit is contained in:
Finn Stutzenstein 2020-09-09 08:38:59 +02:00 committed by GitHub
commit 7e6ab82f8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -173,6 +173,7 @@
"description": "Add description here",
"meeting_ids": [1],
"template_meeting_id": null,
"default_meeting_id": 1,
"member_ids": [],
"manager_ids": [],
@ -184,7 +185,7 @@
{
"id": 1,
"url_name": "os3_test",
"is_template": false,
"template_for_committee_id": null,
"enable_anonymous": false,
"name": "OpenSlides - Die Veranstaltung (Teil II)",

View File

@ -127,6 +127,7 @@ Interface committee {
description: HTML;
meeting_ids: (meeting/committee_id)[];
template_meeting_id: meeting/template_for_committee_id;
default_meeting_id: meeting/default_meeting_for_committee_id;
member_ids: (user/committee_as_memeber_ids)[];
manager_ids: (user/committee_as_manager_ids)[];
@ -145,12 +146,12 @@ Interface meeting {
description: string;
location: string;
start_time: datetime;
end_time: datetime; // TODO: is this needed?
end_time: datetime;
custom_translations: JSON;
// System
url_name: string; // For unique urls.
is_template: boolean; // Unique within a committee
template_for_committee_id: committee/template_meeting_id;
enable_anonymous: boolean;
// Jitsi/Livestream settings