Merge pull request #6125 from tsiegleauq/add-imported_at

Add imported_at to models.yml
This commit is contained in:
Sean 2021-06-21 15:08:47 +02:00 committed by GitHub
commit 6f24efa544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 6 deletions

View File

@ -93,6 +93,7 @@
"location": "",
"start_time": 0,
"end_time": 0,
"imported_at": null,
"jitsi_domain": "",
"jitsi_room_name": "",
@ -592,7 +593,7 @@
"preview_projection_ids": [],
"history_projection_ids": [],
"used_as_reference_projector_meeting_id": 1,
"used_as_default_$_in_meeting_id": [
"agenda_all_items",
"topics",

View File

@ -41,7 +41,7 @@
"committee_ids": [1],
"committee_$_management_level": ["1"],
"committee_$1_management_level": "can_manage",
"comment_$": ["1"],
"comment_$1": "Test comment",
"number_$": ["1"],
@ -237,6 +237,7 @@
"location": "",
"start_time": 0,
"end_time": 0,
"imported_at": null,
"welcome_title": "Welcome to OpenSlides",
"welcome_text": "[Space for your welcome text.]",
@ -2633,7 +2634,7 @@
"preview_projection_ids": [],
"history_projection_ids": [],
"used_as_reference_projector_meeting_id": 1,
"used_as_default_$_in_meeting_id": [
"list_of_speakers",
"current_list_of_speakers"

View File

@ -343,6 +343,7 @@ meeting:
location: string
start_time: timestamp
end_time: timestamp
imported_at: timestamp
# Configuration (only for the server owner)
jitsi_domain:
@ -2067,13 +2068,13 @@ projector:
show_header_footer:
type: boolean
default: true
show_title:
show_title:
type: boolean
default: true
show_logo:
show_logo:
type: boolean
default: true
show_clock:
show_clock:
type: boolean
default: true