diff --git a/internal/restrict/field_def.go b/internal/restrict/field_def.go index c0d91345..8a55c0e8 100644 --- a/internal/restrict/field_def.go +++ b/internal/restrict/field_def.go @@ -662,6 +662,7 @@ var restrictionModes = map[string]string{ "meeting/motions_amendments_prefix": "B", "meeting/motions_amendments_text_mode": "B", "meeting/motions_block_slide_columns": "B", + "meeting/motions_create_enable_additional_submitter_text": "B", "meeting/motions_default_amendment_workflow_id": "B", "meeting/motions_default_line_numbering": "B", "meeting/motions_default_sorting": "B", diff --git a/meta b/meta index 0c7ea66e..d9be2d45 160000 --- a/meta +++ b/meta @@ -1 +1 @@ -Subproject commit 0c7ea66edebd9902e1223446e70a22aab0222c3d +Subproject commit d9be2d45673f01eea4587fc831bf0b7e42b48a88 diff --git a/pkg/datastore/dsfetch/fields_generated.go b/pkg/datastore/dsfetch/fields_generated.go index 28a41ebf..dd5d27ed 100644 --- a/pkg/datastore/dsfetch/fields_generated.go +++ b/pkg/datastore/dsfetch/fields_generated.go @@ -3610,6 +3610,15 @@ func (r *Fetch) Meeting_MotionsBlockSlideColumns(meetingID int) *ValueInt { return &ValueInt{fetch: r, key: key} } +func (r *Fetch) Meeting_MotionsCreateEnableAdditionalSubmitterText(meetingID int) *ValueBool { + key, err := dskey.FromParts("meeting", meetingID, "motions_create_enable_additional_submitter_text") + if err != nil { + return &ValueBool{err: err} + } + + return &ValueBool{fetch: r, key: key} +} + func (r *Fetch) Meeting_MotionsDefaultAmendmentWorkflowID(meetingID int) *ValueInt { key, err := dskey.FromParts("meeting", meetingID, "motions_default_amendment_workflow_id") if err != nil { diff --git a/pkg/datastore/dskey/gen_collection_fields.go b/pkg/datastore/dskey/gen_collection_fields.go index 3641efc8..abc6e106 100644 --- a/pkg/datastore/dskey/gen_collection_fields.go +++ b/pkg/datastore/dskey/gen_collection_fields.go @@ -299,6 +299,7 @@ var collectionFields = [...]collectionField{ {"meeting", "motions_amendments_prefix"}, {"meeting", "motions_amendments_text_mode"}, {"meeting", "motions_block_slide_columns"}, + {"meeting", "motions_create_enable_additional_submitter_text"}, {"meeting", "motions_default_amendment_workflow_id"}, {"meeting", "motions_default_line_numbering"}, {"meeting", "motions_default_sorting"}, @@ -1527,1270 +1528,1272 @@ func collectionFieldToID(cf string) int { return 295 case "meeting/motions_block_slide_columns": return 296 - case "meeting/motions_default_amendment_workflow_id": + case "meeting/motions_create_enable_additional_submitter_text": return 297 - case "meeting/motions_default_line_numbering": + case "meeting/motions_default_amendment_workflow_id": return 298 - case "meeting/motions_default_sorting": + case "meeting/motions_default_line_numbering": return 299 - case "meeting/motions_default_workflow_id": + case "meeting/motions_default_sorting": return 300 - case "meeting/motions_enable_editor": + case "meeting/motions_default_workflow_id": return 301 - case "meeting/motions_enable_reason_on_projector": + case "meeting/motions_enable_editor": return 302 - case "meeting/motions_enable_recommendation_on_projector": + case "meeting/motions_enable_reason_on_projector": return 303 - case "meeting/motions_enable_sidebox_on_projector": + case "meeting/motions_enable_recommendation_on_projector": return 304 - case "meeting/motions_enable_text_on_projector": + case "meeting/motions_enable_sidebox_on_projector": return 305 - case "meeting/motions_enable_working_group_speaker": + case "meeting/motions_enable_text_on_projector": return 306 - case "meeting/motions_export_follow_recommendation": + case "meeting/motions_enable_working_group_speaker": return 307 - case "meeting/motions_export_preamble": + case "meeting/motions_export_follow_recommendation": return 308 - case "meeting/motions_export_submitter_recommendation": + case "meeting/motions_export_preamble": return 309 - case "meeting/motions_export_title": + case "meeting/motions_export_submitter_recommendation": return 310 - case "meeting/motions_hide_metadata_background": + case "meeting/motions_export_title": return 311 - case "meeting/motions_line_length": + case "meeting/motions_hide_metadata_background": return 312 - case "meeting/motions_number_min_digits": + case "meeting/motions_line_length": return 313 - case "meeting/motions_number_type": + case "meeting/motions_number_min_digits": return 314 - case "meeting/motions_number_with_blank": + case "meeting/motions_number_type": return 315 - case "meeting/motions_preamble": + case "meeting/motions_number_with_blank": return 316 - case "meeting/motions_reason_required": + case "meeting/motions_preamble": return 317 - case "meeting/motions_recommendation_text_mode": + case "meeting/motions_reason_required": return 318 - case "meeting/motions_recommendations_by": + case "meeting/motions_recommendation_text_mode": return 319 - case "meeting/motions_show_referring_motions": + case "meeting/motions_recommendations_by": return 320 - case "meeting/motions_show_sequential_number": + case "meeting/motions_show_referring_motions": return 321 - case "meeting/motions_supporters_min_amount": + case "meeting/motions_show_sequential_number": return 322 - case "meeting/name": + case "meeting/motions_supporters_min_amount": return 323 - case "meeting/option_ids": + case "meeting/name": return 324 - case "meeting/organization_tag_ids": + case "meeting/option_ids": return 325 - case "meeting/personal_note_ids": + case "meeting/organization_tag_ids": return 326 - case "meeting/point_of_order_category_ids": + case "meeting/personal_note_ids": return 327 - case "meeting/poll_ballot_paper_number": + case "meeting/point_of_order_category_ids": return 328 - case "meeting/poll_ballot_paper_selection": + case "meeting/poll_ballot_paper_number": return 329 - case "meeting/poll_candidate_ids": + case "meeting/poll_ballot_paper_selection": return 330 - case "meeting/poll_candidate_list_ids": + case "meeting/poll_candidate_ids": return 331 - case "meeting/poll_countdown_id": + case "meeting/poll_candidate_list_ids": return 332 - case "meeting/poll_couple_countdown": + case "meeting/poll_countdown_id": return 333 - case "meeting/poll_default_backend": + case "meeting/poll_couple_countdown": return 334 - case "meeting/poll_default_group_ids": + case "meeting/poll_default_backend": return 335 - case "meeting/poll_default_method": + case "meeting/poll_default_group_ids": return 336 - case "meeting/poll_default_onehundred_percent_base": + case "meeting/poll_default_method": return 337 - case "meeting/poll_default_type": + case "meeting/poll_default_onehundred_percent_base": return 338 - case "meeting/poll_ids": + case "meeting/poll_default_type": return 339 - case "meeting/poll_sort_poll_result_by_votes": + case "meeting/poll_ids": return 340 - case "meeting/present_user_ids": + case "meeting/poll_sort_poll_result_by_votes": return 341 - case "meeting/projection_ids": + case "meeting/present_user_ids": return 342 - case "meeting/projector_countdown_default_time": + case "meeting/projection_ids": return 343 - case "meeting/projector_countdown_ids": + case "meeting/projector_countdown_default_time": return 344 - case "meeting/projector_countdown_warning_time": + case "meeting/projector_countdown_ids": return 345 - case "meeting/projector_ids": + case "meeting/projector_countdown_warning_time": return 346 - case "meeting/projector_message_ids": + case "meeting/projector_ids": return 347 - case "meeting/reference_projector_id": + case "meeting/projector_message_ids": return 348 - case "meeting/speaker_ids": + case "meeting/reference_projector_id": return 349 - case "meeting/start_time": + case "meeting/speaker_ids": return 350 - case "meeting/structure_level_ids": + case "meeting/start_time": return 351 - case "meeting/structure_level_list_of_speakers_ids": + case "meeting/structure_level_ids": return 352 - case "meeting/tag_ids": + case "meeting/structure_level_list_of_speakers_ids": return 353 - case "meeting/template_for_organization_id": + case "meeting/tag_ids": return 354 - case "meeting/topic_ids": + case "meeting/template_for_organization_id": return 355 - case "meeting/topic_poll_default_group_ids": + case "meeting/topic_ids": return 356 - case "meeting/user_ids": + case "meeting/topic_poll_default_group_ids": return 357 - case "meeting/users_allow_self_set_present": + case "meeting/user_ids": return 358 - case "meeting/users_email_body": + case "meeting/users_allow_self_set_present": return 359 - case "meeting/users_email_replyto": + case "meeting/users_email_body": return 360 - case "meeting/users_email_sender": + case "meeting/users_email_replyto": return 361 - case "meeting/users_email_subject": + case "meeting/users_email_sender": return 362 - case "meeting/users_enable_presence_view": + case "meeting/users_email_subject": return 363 - case "meeting/users_enable_vote_delegations": + case "meeting/users_enable_presence_view": return 364 - case "meeting/users_enable_vote_weight": + case "meeting/users_enable_vote_delegations": return 365 - case "meeting/users_forbid_delegator_as_submitter": + case "meeting/users_enable_vote_weight": return 366 - case "meeting/users_forbid_delegator_as_supporter": + case "meeting/users_forbid_delegator_as_submitter": return 367 - case "meeting/users_forbid_delegator_in_list_of_speakers": + case "meeting/users_forbid_delegator_as_supporter": return 368 - case "meeting/users_forbid_delegator_to_vote": + case "meeting/users_forbid_delegator_in_list_of_speakers": return 369 - case "meeting/users_pdf_welcometext": + case "meeting/users_forbid_delegator_to_vote": return 370 - case "meeting/users_pdf_welcometitle": + case "meeting/users_pdf_welcometext": return 371 - case "meeting/users_pdf_wlan_encryption": + case "meeting/users_pdf_welcometitle": return 372 - case "meeting/users_pdf_wlan_password": + case "meeting/users_pdf_wlan_encryption": return 373 - case "meeting/users_pdf_wlan_ssid": + case "meeting/users_pdf_wlan_password": return 374 - case "meeting/vote_ids": + case "meeting/users_pdf_wlan_ssid": return 375 - case "meeting/welcome_text": + case "meeting/vote_ids": return 376 - case "meeting/welcome_title": + case "meeting/welcome_text": return 377 - case "meeting_mediafile/A": + case "meeting/welcome_title": return 378 - case "meeting_mediafile/access_group_ids": + case "meeting_mediafile/A": return 379 - case "meeting_mediafile/attachment_ids": + case "meeting_mediafile/access_group_ids": return 380 - case "meeting_mediafile/id": + case "meeting_mediafile/attachment_ids": return 381 - case "meeting_mediafile/inherited_access_group_ids": + case "meeting_mediafile/id": return 382 - case "meeting_mediafile/is_public": + case "meeting_mediafile/inherited_access_group_ids": return 383 - case "meeting_mediafile/list_of_speakers_id": + case "meeting_mediafile/is_public": return 384 - case "meeting_mediafile/mediafile_id": + case "meeting_mediafile/list_of_speakers_id": return 385 - case "meeting_mediafile/meeting_id": + case "meeting_mediafile/mediafile_id": return 386 - case "meeting_mediafile/projection_ids": + case "meeting_mediafile/meeting_id": return 387 - case "meeting_mediafile/used_as_font_bold_in_meeting_id": + case "meeting_mediafile/projection_ids": return 388 - case "meeting_mediafile/used_as_font_bold_italic_in_meeting_id": + case "meeting_mediafile/used_as_font_bold_in_meeting_id": return 389 - case "meeting_mediafile/used_as_font_chyron_speaker_name_in_meeting_id": + case "meeting_mediafile/used_as_font_bold_italic_in_meeting_id": return 390 - case "meeting_mediafile/used_as_font_italic_in_meeting_id": + case "meeting_mediafile/used_as_font_chyron_speaker_name_in_meeting_id": return 391 - case "meeting_mediafile/used_as_font_monospace_in_meeting_id": + case "meeting_mediafile/used_as_font_italic_in_meeting_id": return 392 - case "meeting_mediafile/used_as_font_projector_h1_in_meeting_id": + case "meeting_mediafile/used_as_font_monospace_in_meeting_id": return 393 - case "meeting_mediafile/used_as_font_projector_h2_in_meeting_id": + case "meeting_mediafile/used_as_font_projector_h1_in_meeting_id": return 394 - case "meeting_mediafile/used_as_font_regular_in_meeting_id": + case "meeting_mediafile/used_as_font_projector_h2_in_meeting_id": return 395 - case "meeting_mediafile/used_as_logo_pdf_ballot_paper_in_meeting_id": + case "meeting_mediafile/used_as_font_regular_in_meeting_id": return 396 - case "meeting_mediafile/used_as_logo_pdf_footer_l_in_meeting_id": + case "meeting_mediafile/used_as_logo_pdf_ballot_paper_in_meeting_id": return 397 - case "meeting_mediafile/used_as_logo_pdf_footer_r_in_meeting_id": + case "meeting_mediafile/used_as_logo_pdf_footer_l_in_meeting_id": return 398 - case "meeting_mediafile/used_as_logo_pdf_header_l_in_meeting_id": + case "meeting_mediafile/used_as_logo_pdf_footer_r_in_meeting_id": return 399 - case "meeting_mediafile/used_as_logo_pdf_header_r_in_meeting_id": + case "meeting_mediafile/used_as_logo_pdf_header_l_in_meeting_id": return 400 - case "meeting_mediafile/used_as_logo_projector_header_in_meeting_id": + case "meeting_mediafile/used_as_logo_pdf_header_r_in_meeting_id": return 401 - case "meeting_mediafile/used_as_logo_projector_main_in_meeting_id": + case "meeting_mediafile/used_as_logo_projector_header_in_meeting_id": return 402 - case "meeting_mediafile/used_as_logo_web_header_in_meeting_id": + case "meeting_mediafile/used_as_logo_projector_main_in_meeting_id": return 403 - case "meeting_user/A": + case "meeting_mediafile/used_as_logo_web_header_in_meeting_id": return 404 - case "meeting_user/B": + case "meeting_user/A": return 405 - case "meeting_user/D": + case "meeting_user/B": return 406 - case "meeting_user/E": + case "meeting_user/D": return 407 - case "meeting_user/about_me": + case "meeting_user/E": return 408 - case "meeting_user/assignment_candidate_ids": + case "meeting_user/about_me": return 409 - case "meeting_user/chat_message_ids": + case "meeting_user/assignment_candidate_ids": return 410 - case "meeting_user/comment": + case "meeting_user/chat_message_ids": return 411 - case "meeting_user/group_ids": + case "meeting_user/comment": return 412 - case "meeting_user/id": + case "meeting_user/group_ids": return 413 - case "meeting_user/locked_out": + case "meeting_user/id": return 414 - case "meeting_user/meeting_id": + case "meeting_user/locked_out": return 415 - case "meeting_user/motion_editor_ids": + case "meeting_user/meeting_id": return 416 - case "meeting_user/motion_submitter_ids": + case "meeting_user/motion_editor_ids": return 417 - case "meeting_user/motion_working_group_speaker_ids": + case "meeting_user/motion_submitter_ids": return 418 - case "meeting_user/number": + case "meeting_user/motion_working_group_speaker_ids": return 419 - case "meeting_user/personal_note_ids": + case "meeting_user/number": return 420 - case "meeting_user/speaker_ids": + case "meeting_user/personal_note_ids": return 421 - case "meeting_user/structure_level_ids": + case "meeting_user/speaker_ids": return 422 - case "meeting_user/supported_motion_ids": + case "meeting_user/structure_level_ids": return 423 - case "meeting_user/user_id": + case "meeting_user/supported_motion_ids": return 424 - case "meeting_user/vote_delegated_to_id": + case "meeting_user/user_id": return 425 - case "meeting_user/vote_delegations_from_ids": + case "meeting_user/vote_delegated_to_id": return 426 - case "meeting_user/vote_weight": + case "meeting_user/vote_delegations_from_ids": return 427 - case "motion/A": + case "meeting_user/vote_weight": return 428 - case "motion/B": + case "motion/A": return 429 - case "motion/C": + case "motion/B": return 430 - case "motion/D": + case "motion/C": return 431 - case "motion/E": + case "motion/D": return 432 - case "motion/additional_submitter": + case "motion/E": return 433 - case "motion/agenda_item_id": + case "motion/additional_submitter": return 434 - case "motion/all_derived_motion_ids": + case "motion/agenda_item_id": return 435 - case "motion/all_origin_ids": + case "motion/all_derived_motion_ids": return 436 - case "motion/amendment_ids": + case "motion/all_origin_ids": return 437 - case "motion/amendment_paragraphs": + case "motion/amendment_ids": return 438 - case "motion/attachment_meeting_mediafile_ids": + case "motion/amendment_paragraphs": return 439 - case "motion/block_id": + case "motion/attachment_meeting_mediafile_ids": return 440 - case "motion/category_id": + case "motion/block_id": return 441 - case "motion/category_weight": + case "motion/category_id": return 442 - case "motion/change_recommendation_ids": + case "motion/category_weight": return 443 - case "motion/comment_ids": + case "motion/change_recommendation_ids": return 444 - case "motion/created": + case "motion/comment_ids": return 445 - case "motion/derived_motion_ids": + case "motion/created": return 446 - case "motion/editor_ids": + case "motion/derived_motion_ids": return 447 - case "motion/forwarded": + case "motion/editor_ids": return 448 - case "motion/id": + case "motion/forwarded": return 449 - case "motion/identical_motion_ids": + case "motion/id": return 450 - case "motion/last_modified": + case "motion/identical_motion_ids": return 451 - case "motion/lead_motion_id": + case "motion/last_modified": return 452 - case "motion/list_of_speakers_id": + case "motion/lead_motion_id": return 453 - case "motion/meeting_id": + case "motion/list_of_speakers_id": return 454 - case "motion/modified_final_version": + case "motion/meeting_id": return 455 - case "motion/number": + case "motion/modified_final_version": return 456 - case "motion/number_value": + case "motion/number": return 457 - case "motion/option_ids": + case "motion/number_value": return 458 - case "motion/origin_id": + case "motion/option_ids": return 459 - case "motion/origin_meeting_id": + case "motion/origin_id": return 460 - case "motion/personal_note_ids": + case "motion/origin_meeting_id": return 461 - case "motion/poll_ids": + case "motion/personal_note_ids": return 462 - case "motion/projection_ids": + case "motion/poll_ids": return 463 - case "motion/reason": + case "motion/projection_ids": return 464 - case "motion/recommendation_extension": + case "motion/reason": return 465 - case "motion/recommendation_extension_reference_ids": + case "motion/recommendation_extension": return 466 - case "motion/recommendation_id": + case "motion/recommendation_extension_reference_ids": return 467 - case "motion/referenced_in_motion_recommendation_extension_ids": + case "motion/recommendation_id": return 468 - case "motion/referenced_in_motion_state_extension_ids": + case "motion/referenced_in_motion_recommendation_extension_ids": return 469 - case "motion/sequential_number": + case "motion/referenced_in_motion_state_extension_ids": return 470 - case "motion/sort_child_ids": + case "motion/sequential_number": return 471 - case "motion/sort_parent_id": + case "motion/sort_child_ids": return 472 - case "motion/sort_weight": + case "motion/sort_parent_id": return 473 - case "motion/start_line_number": + case "motion/sort_weight": return 474 - case "motion/state_extension": + case "motion/start_line_number": return 475 - case "motion/state_extension_reference_ids": + case "motion/state_extension": return 476 - case "motion/state_id": + case "motion/state_extension_reference_ids": return 477 - case "motion/submitter_ids": + case "motion/state_id": return 478 - case "motion/supporter_meeting_user_ids": + case "motion/submitter_ids": return 479 - case "motion/tag_ids": + case "motion/supporter_meeting_user_ids": return 480 - case "motion/text": + case "motion/tag_ids": return 481 - case "motion/text_hash": + case "motion/text": return 482 - case "motion/title": + case "motion/text_hash": return 483 - case "motion/workflow_timestamp": + case "motion/title": return 484 - case "motion/working_group_speaker_ids": + case "motion/workflow_timestamp": return 485 - case "motion_block/A": + case "motion/working_group_speaker_ids": return 486 - case "motion_block/agenda_item_id": + case "motion_block/A": return 487 - case "motion_block/id": + case "motion_block/agenda_item_id": return 488 - case "motion_block/internal": + case "motion_block/id": return 489 - case "motion_block/list_of_speakers_id": + case "motion_block/internal": return 490 - case "motion_block/meeting_id": + case "motion_block/list_of_speakers_id": return 491 - case "motion_block/motion_ids": + case "motion_block/meeting_id": return 492 - case "motion_block/projection_ids": + case "motion_block/motion_ids": return 493 - case "motion_block/sequential_number": + case "motion_block/projection_ids": return 494 - case "motion_block/title": + case "motion_block/sequential_number": return 495 - case "motion_category/A": + case "motion_block/title": return 496 - case "motion_category/child_ids": + case "motion_category/A": return 497 - case "motion_category/id": + case "motion_category/child_ids": return 498 - case "motion_category/level": + case "motion_category/id": return 499 - case "motion_category/meeting_id": + case "motion_category/level": return 500 - case "motion_category/motion_ids": + case "motion_category/meeting_id": return 501 - case "motion_category/name": + case "motion_category/motion_ids": return 502 - case "motion_category/parent_id": + case "motion_category/name": return 503 - case "motion_category/prefix": + case "motion_category/parent_id": return 504 - case "motion_category/sequential_number": + case "motion_category/prefix": return 505 - case "motion_category/weight": + case "motion_category/sequential_number": return 506 - case "motion_change_recommendation/A": + case "motion_category/weight": return 507 - case "motion_change_recommendation/creation_time": + case "motion_change_recommendation/A": return 508 - case "motion_change_recommendation/id": + case "motion_change_recommendation/creation_time": return 509 - case "motion_change_recommendation/internal": + case "motion_change_recommendation/id": return 510 - case "motion_change_recommendation/line_from": + case "motion_change_recommendation/internal": return 511 - case "motion_change_recommendation/line_to": + case "motion_change_recommendation/line_from": return 512 - case "motion_change_recommendation/meeting_id": + case "motion_change_recommendation/line_to": return 513 - case "motion_change_recommendation/motion_id": + case "motion_change_recommendation/meeting_id": return 514 - case "motion_change_recommendation/other_description": + case "motion_change_recommendation/motion_id": return 515 - case "motion_change_recommendation/rejected": + case "motion_change_recommendation/other_description": return 516 - case "motion_change_recommendation/text": + case "motion_change_recommendation/rejected": return 517 - case "motion_change_recommendation/type": + case "motion_change_recommendation/text": return 518 - case "motion_comment/A": + case "motion_change_recommendation/type": return 519 - case "motion_comment/comment": + case "motion_comment/A": return 520 - case "motion_comment/id": + case "motion_comment/comment": return 521 - case "motion_comment/meeting_id": + case "motion_comment/id": return 522 - case "motion_comment/motion_id": + case "motion_comment/meeting_id": return 523 - case "motion_comment/section_id": + case "motion_comment/motion_id": return 524 - case "motion_comment_section/A": + case "motion_comment/section_id": return 525 - case "motion_comment_section/comment_ids": + case "motion_comment_section/A": return 526 - case "motion_comment_section/id": + case "motion_comment_section/comment_ids": return 527 - case "motion_comment_section/meeting_id": + case "motion_comment_section/id": return 528 - case "motion_comment_section/name": + case "motion_comment_section/meeting_id": return 529 - case "motion_comment_section/read_group_ids": + case "motion_comment_section/name": return 530 - case "motion_comment_section/sequential_number": + case "motion_comment_section/read_group_ids": return 531 - case "motion_comment_section/submitter_can_write": + case "motion_comment_section/sequential_number": return 532 - case "motion_comment_section/weight": + case "motion_comment_section/submitter_can_write": return 533 - case "motion_comment_section/write_group_ids": + case "motion_comment_section/weight": return 534 - case "motion_editor/A": + case "motion_comment_section/write_group_ids": return 535 - case "motion_editor/id": + case "motion_editor/A": return 536 - case "motion_editor/meeting_id": + case "motion_editor/id": return 537 - case "motion_editor/meeting_user_id": + case "motion_editor/meeting_id": return 538 - case "motion_editor/motion_id": + case "motion_editor/meeting_user_id": return 539 - case "motion_editor/weight": + case "motion_editor/motion_id": return 540 - case "motion_state/A": + case "motion_editor/weight": return 541 - case "motion_state/allow_create_poll": + case "motion_state/A": return 542 - case "motion_state/allow_motion_forwarding": + case "motion_state/allow_create_poll": return 543 - case "motion_state/allow_submitter_edit": + case "motion_state/allow_motion_forwarding": return 544 - case "motion_state/allow_support": + case "motion_state/allow_submitter_edit": return 545 - case "motion_state/css_class": + case "motion_state/allow_support": return 546 - case "motion_state/first_state_of_workflow_id": + case "motion_state/css_class": return 547 - case "motion_state/id": + case "motion_state/first_state_of_workflow_id": return 548 - case "motion_state/is_internal": + case "motion_state/id": return 549 - case "motion_state/meeting_id": + case "motion_state/is_internal": return 550 - case "motion_state/merge_amendment_into_final": + case "motion_state/meeting_id": return 551 - case "motion_state/motion_ids": + case "motion_state/merge_amendment_into_final": return 552 - case "motion_state/motion_recommendation_ids": + case "motion_state/motion_ids": return 553 - case "motion_state/name": + case "motion_state/motion_recommendation_ids": return 554 - case "motion_state/next_state_ids": + case "motion_state/name": return 555 - case "motion_state/previous_state_ids": + case "motion_state/next_state_ids": return 556 - case "motion_state/recommendation_label": + case "motion_state/previous_state_ids": return 557 - case "motion_state/restrictions": + case "motion_state/recommendation_label": return 558 - case "motion_state/set_number": + case "motion_state/restrictions": return 559 - case "motion_state/set_workflow_timestamp": + case "motion_state/set_number": return 560 - case "motion_state/show_recommendation_extension_field": + case "motion_state/set_workflow_timestamp": return 561 - case "motion_state/show_state_extension_field": + case "motion_state/show_recommendation_extension_field": return 562 - case "motion_state/submitter_withdraw_back_ids": + case "motion_state/show_state_extension_field": return 563 - case "motion_state/submitter_withdraw_state_id": + case "motion_state/submitter_withdraw_back_ids": return 564 - case "motion_state/weight": + case "motion_state/submitter_withdraw_state_id": return 565 - case "motion_state/workflow_id": + case "motion_state/weight": return 566 - case "motion_submitter/A": + case "motion_state/workflow_id": return 567 - case "motion_submitter/id": + case "motion_submitter/A": return 568 - case "motion_submitter/meeting_id": + case "motion_submitter/id": return 569 - case "motion_submitter/meeting_user_id": + case "motion_submitter/meeting_id": return 570 - case "motion_submitter/motion_id": + case "motion_submitter/meeting_user_id": return 571 - case "motion_submitter/weight": + case "motion_submitter/motion_id": return 572 - case "motion_workflow/A": + case "motion_submitter/weight": return 573 - case "motion_workflow/default_amendment_workflow_meeting_id": + case "motion_workflow/A": return 574 - case "motion_workflow/default_workflow_meeting_id": + case "motion_workflow/default_amendment_workflow_meeting_id": return 575 - case "motion_workflow/first_state_id": + case "motion_workflow/default_workflow_meeting_id": return 576 - case "motion_workflow/id": + case "motion_workflow/first_state_id": return 577 - case "motion_workflow/meeting_id": + case "motion_workflow/id": return 578 - case "motion_workflow/name": + case "motion_workflow/meeting_id": return 579 - case "motion_workflow/sequential_number": + case "motion_workflow/name": return 580 - case "motion_workflow/state_ids": + case "motion_workflow/sequential_number": return 581 - case "motion_working_group_speaker/A": + case "motion_workflow/state_ids": return 582 - case "motion_working_group_speaker/id": + case "motion_working_group_speaker/A": return 583 - case "motion_working_group_speaker/meeting_id": + case "motion_working_group_speaker/id": return 584 - case "motion_working_group_speaker/meeting_user_id": + case "motion_working_group_speaker/meeting_id": return 585 - case "motion_working_group_speaker/motion_id": + case "motion_working_group_speaker/meeting_user_id": return 586 - case "motion_working_group_speaker/weight": + case "motion_working_group_speaker/motion_id": return 587 - case "option/A": + case "motion_working_group_speaker/weight": return 588 - case "option/B": + case "option/A": return 589 - case "option/abstain": + case "option/B": return 590 - case "option/content_object_id": + case "option/abstain": return 591 - case "option/id": + case "option/content_object_id": return 592 - case "option/meeting_id": + case "option/id": return 593 - case "option/no": + case "option/meeting_id": return 594 - case "option/poll_id": + case "option/no": return 595 - case "option/text": + case "option/poll_id": return 596 - case "option/used_as_global_option_in_poll_id": + case "option/text": return 597 - case "option/vote_ids": + case "option/used_as_global_option_in_poll_id": return 598 - case "option/weight": + case "option/vote_ids": return 599 - case "option/yes": + case "option/weight": return 600 - case "organization/A": + case "option/yes": return 601 - case "organization/B": + case "organization/A": return 602 - case "organization/C": + case "organization/B": return 603 - case "organization/D": + case "organization/C": return 604 - case "organization/E": + case "organization/D": return 605 - case "organization/active_meeting_ids": + case "organization/E": return 606 - case "organization/archived_meeting_ids": + case "organization/active_meeting_ids": return 607 - case "organization/committee_ids": + case "organization/archived_meeting_ids": return 608 - case "organization/default_language": + case "organization/committee_ids": return 609 - case "organization/description": + case "organization/default_language": return 610 - case "organization/enable_anonymous": + case "organization/description": return 611 - case "organization/enable_chat": + case "organization/enable_anonymous": return 612 - case "organization/enable_electronic_voting": + case "organization/enable_chat": return 613 - case "organization/gender_ids": + case "organization/enable_electronic_voting": return 614 - case "organization/id": + case "organization/gender_ids": return 615 - case "organization/legal_notice": + case "organization/id": return 616 - case "organization/limit_of_meetings": + case "organization/legal_notice": return 617 - case "organization/limit_of_users": + case "organization/limit_of_meetings": return 618 - case "organization/login_text": + case "organization/limit_of_users": return 619 - case "organization/mediafile_ids": + case "organization/login_text": return 620 - case "organization/name": + case "organization/mediafile_ids": return 621 - case "organization/organization_tag_ids": + case "organization/name": return 622 - case "organization/privacy_policy": + case "organization/organization_tag_ids": return 623 - case "organization/published_mediafile_ids": + case "organization/privacy_policy": return 624 - case "organization/require_duplicate_from": + case "organization/published_mediafile_ids": return 625 - case "organization/reset_password_verbose_errors": + case "organization/require_duplicate_from": return 626 - case "organization/saml_attr_mapping": + case "organization/reset_password_verbose_errors": return 627 - case "organization/saml_enabled": + case "organization/saml_attr_mapping": return 628 - case "organization/saml_login_button_text": + case "organization/saml_enabled": return 629 - case "organization/saml_metadata_idp": + case "organization/saml_login_button_text": return 630 - case "organization/saml_metadata_sp": + case "organization/saml_metadata_idp": return 631 - case "organization/saml_private_key": + case "organization/saml_metadata_sp": return 632 - case "organization/template_meeting_ids": + case "organization/saml_private_key": return 633 - case "organization/theme_id": + case "organization/template_meeting_ids": return 634 - case "organization/theme_ids": + case "organization/theme_id": return 635 - case "organization/url": + case "organization/theme_ids": return 636 - case "organization/user_ids": + case "organization/url": return 637 - case "organization/users_email_body": + case "organization/user_ids": return 638 - case "organization/users_email_replyto": + case "organization/users_email_body": return 639 - case "organization/users_email_sender": + case "organization/users_email_replyto": return 640 - case "organization/users_email_subject": + case "organization/users_email_sender": return 641 - case "organization/vote_decrypt_public_main_key": + case "organization/users_email_subject": return 642 - case "organization_tag/A": + case "organization/vote_decrypt_public_main_key": return 643 - case "organization_tag/color": + case "organization_tag/A": return 644 - case "organization_tag/id": + case "organization_tag/color": return 645 - case "organization_tag/name": + case "organization_tag/id": return 646 - case "organization_tag/organization_id": + case "organization_tag/name": return 647 - case "organization_tag/tagged_ids": + case "organization_tag/organization_id": return 648 - case "personal_note/A": + case "organization_tag/tagged_ids": return 649 - case "personal_note/content_object_id": + case "personal_note/A": return 650 - case "personal_note/id": + case "personal_note/content_object_id": return 651 - case "personal_note/meeting_id": + case "personal_note/id": return 652 - case "personal_note/meeting_user_id": + case "personal_note/meeting_id": return 653 - case "personal_note/note": + case "personal_note/meeting_user_id": return 654 - case "personal_note/star": + case "personal_note/note": return 655 - case "point_of_order_category/A": + case "personal_note/star": return 656 - case "point_of_order_category/id": + case "point_of_order_category/A": return 657 - case "point_of_order_category/meeting_id": + case "point_of_order_category/id": return 658 - case "point_of_order_category/rank": + case "point_of_order_category/meeting_id": return 659 - case "point_of_order_category/speaker_ids": + case "point_of_order_category/rank": return 660 - case "point_of_order_category/text": + case "point_of_order_category/speaker_ids": return 661 - case "poll/A": + case "point_of_order_category/text": return 662 - case "poll/B": + case "poll/A": return 663 - case "poll/C": + case "poll/B": return 664 - case "poll/D": + case "poll/C": return 665 - case "poll/backend": + case "poll/D": return 666 - case "poll/content_object_id": + case "poll/backend": return 667 - case "poll/crypt_key": + case "poll/content_object_id": return 668 - case "poll/crypt_signature": + case "poll/crypt_key": return 669 - case "poll/description": + case "poll/crypt_signature": return 670 - case "poll/entitled_group_ids": + case "poll/description": return 671 - case "poll/entitled_users_at_stop": + case "poll/entitled_group_ids": return 672 - case "poll/global_abstain": + case "poll/entitled_users_at_stop": return 673 - case "poll/global_no": + case "poll/global_abstain": return 674 - case "poll/global_option_id": + case "poll/global_no": return 675 - case "poll/global_yes": + case "poll/global_option_id": return 676 - case "poll/id": + case "poll/global_yes": return 677 - case "poll/is_pseudoanonymized": + case "poll/id": return 678 - case "poll/max_votes_amount": + case "poll/is_pseudoanonymized": return 679 - case "poll/max_votes_per_option": + case "poll/max_votes_amount": return 680 - case "poll/meeting_id": + case "poll/max_votes_per_option": return 681 - case "poll/min_votes_amount": + case "poll/meeting_id": return 682 - case "poll/onehundred_percent_base": + case "poll/min_votes_amount": return 683 - case "poll/option_ids": + case "poll/onehundred_percent_base": return 684 - case "poll/pollmethod": + case "poll/option_ids": return 685 - case "poll/projection_ids": + case "poll/pollmethod": return 686 - case "poll/sequential_number": + case "poll/projection_ids": return 687 - case "poll/state": + case "poll/sequential_number": return 688 - case "poll/title": + case "poll/state": return 689 - case "poll/type": + case "poll/title": return 690 - case "poll/vote_count": + case "poll/type": return 691 - case "poll/voted_ids": + case "poll/vote_count": return 692 - case "poll/votes_raw": + case "poll/voted_ids": return 693 - case "poll/votes_signature": + case "poll/votes_raw": return 694 - case "poll/votescast": + case "poll/votes_signature": return 695 - case "poll/votesinvalid": + case "poll/votescast": return 696 - case "poll/votesvalid": + case "poll/votesinvalid": return 697 - case "poll_candidate/A": + case "poll/votesvalid": return 698 - case "poll_candidate/id": + case "poll_candidate/A": return 699 - case "poll_candidate/meeting_id": + case "poll_candidate/id": return 700 - case "poll_candidate/poll_candidate_list_id": + case "poll_candidate/meeting_id": return 701 - case "poll_candidate/user_id": + case "poll_candidate/poll_candidate_list_id": return 702 - case "poll_candidate/weight": + case "poll_candidate/user_id": return 703 - case "poll_candidate_list/A": + case "poll_candidate/weight": return 704 - case "poll_candidate_list/id": + case "poll_candidate_list/A": return 705 - case "poll_candidate_list/meeting_id": + case "poll_candidate_list/id": return 706 - case "poll_candidate_list/option_id": + case "poll_candidate_list/meeting_id": return 707 - case "poll_candidate_list/poll_candidate_ids": + case "poll_candidate_list/option_id": return 708 - case "projection/A": + case "poll_candidate_list/poll_candidate_ids": return 709 - case "projection/content": + case "projection/A": return 710 - case "projection/content_object_id": + case "projection/content": return 711 - case "projection/current_projector_id": + case "projection/content_object_id": return 712 - case "projection/history_projector_id": + case "projection/current_projector_id": return 713 - case "projection/id": + case "projection/history_projector_id": return 714 - case "projection/meeting_id": + case "projection/id": return 715 - case "projection/options": + case "projection/meeting_id": return 716 - case "projection/preview_projector_id": + case "projection/options": return 717 - case "projection/stable": + case "projection/preview_projector_id": return 718 - case "projection/type": + case "projection/stable": return 719 - case "projection/weight": + case "projection/type": return 720 - case "projector/A": + case "projection/weight": return 721 - case "projector/aspect_ratio_denominator": + case "projector/A": return 722 - case "projector/aspect_ratio_numerator": + case "projector/aspect_ratio_denominator": return 723 - case "projector/background_color": + case "projector/aspect_ratio_numerator": return 724 - case "projector/chyron_background_color": + case "projector/background_color": return 725 - case "projector/chyron_background_color_2": + case "projector/chyron_background_color": return 726 - case "projector/chyron_font_color": + case "projector/chyron_background_color_2": return 727 - case "projector/chyron_font_color_2": + case "projector/chyron_font_color": return 728 - case "projector/color": + case "projector/chyron_font_color_2": return 729 - case "projector/current_projection_ids": + case "projector/color": return 730 - case "projector/header_background_color": + case "projector/current_projection_ids": return 731 - case "projector/header_font_color": + case "projector/header_background_color": return 732 - case "projector/header_h1_color": + case "projector/header_font_color": return 733 - case "projector/history_projection_ids": + case "projector/header_h1_color": return 734 - case "projector/id": + case "projector/history_projection_ids": return 735 - case "projector/is_internal": + case "projector/id": return 736 - case "projector/meeting_id": + case "projector/is_internal": return 737 - case "projector/name": + case "projector/meeting_id": return 738 - case "projector/preview_projection_ids": + case "projector/name": return 739 - case "projector/scale": + case "projector/preview_projection_ids": return 740 - case "projector/scroll": + case "projector/scale": return 741 - case "projector/sequential_number": + case "projector/scroll": return 742 - case "projector/show_clock": + case "projector/sequential_number": return 743 - case "projector/show_header_footer": + case "projector/show_clock": return 744 - case "projector/show_logo": + case "projector/show_header_footer": return 745 - case "projector/show_title": + case "projector/show_logo": return 746 - case "projector/used_as_default_projector_for_agenda_item_list_in_meeting_id": + case "projector/show_title": return 747 - case "projector/used_as_default_projector_for_amendment_in_meeting_id": + case "projector/used_as_default_projector_for_agenda_item_list_in_meeting_id": return 748 - case "projector/used_as_default_projector_for_assignment_in_meeting_id": + case "projector/used_as_default_projector_for_amendment_in_meeting_id": return 749 - case "projector/used_as_default_projector_for_assignment_poll_in_meeting_id": + case "projector/used_as_default_projector_for_assignment_in_meeting_id": return 750 - case "projector/used_as_default_projector_for_countdown_in_meeting_id": + case "projector/used_as_default_projector_for_assignment_poll_in_meeting_id": return 751 - case "projector/used_as_default_projector_for_current_list_of_speakers_in_meeting_id": + case "projector/used_as_default_projector_for_countdown_in_meeting_id": return 752 - case "projector/used_as_default_projector_for_list_of_speakers_in_meeting_id": + case "projector/used_as_default_projector_for_current_list_of_speakers_in_meeting_id": return 753 - case "projector/used_as_default_projector_for_mediafile_in_meeting_id": + case "projector/used_as_default_projector_for_list_of_speakers_in_meeting_id": return 754 - case "projector/used_as_default_projector_for_message_in_meeting_id": + case "projector/used_as_default_projector_for_mediafile_in_meeting_id": return 755 - case "projector/used_as_default_projector_for_motion_block_in_meeting_id": + case "projector/used_as_default_projector_for_message_in_meeting_id": return 756 - case "projector/used_as_default_projector_for_motion_in_meeting_id": + case "projector/used_as_default_projector_for_motion_block_in_meeting_id": return 757 - case "projector/used_as_default_projector_for_motion_poll_in_meeting_id": + case "projector/used_as_default_projector_for_motion_in_meeting_id": return 758 - case "projector/used_as_default_projector_for_poll_in_meeting_id": + case "projector/used_as_default_projector_for_motion_poll_in_meeting_id": return 759 - case "projector/used_as_default_projector_for_topic_in_meeting_id": + case "projector/used_as_default_projector_for_poll_in_meeting_id": return 760 - case "projector/used_as_reference_projector_meeting_id": + case "projector/used_as_default_projector_for_topic_in_meeting_id": return 761 - case "projector/width": + case "projector/used_as_reference_projector_meeting_id": return 762 - case "projector_countdown/A": + case "projector/width": return 763 - case "projector_countdown/countdown_time": + case "projector_countdown/A": return 764 - case "projector_countdown/default_time": + case "projector_countdown/countdown_time": return 765 - case "projector_countdown/description": + case "projector_countdown/default_time": return 766 - case "projector_countdown/id": + case "projector_countdown/description": return 767 - case "projector_countdown/meeting_id": + case "projector_countdown/id": return 768 - case "projector_countdown/projection_ids": + case "projector_countdown/meeting_id": return 769 - case "projector_countdown/running": + case "projector_countdown/projection_ids": return 770 - case "projector_countdown/title": + case "projector_countdown/running": return 771 - case "projector_countdown/used_as_list_of_speakers_countdown_meeting_id": + case "projector_countdown/title": return 772 - case "projector_countdown/used_as_poll_countdown_meeting_id": + case "projector_countdown/used_as_list_of_speakers_countdown_meeting_id": return 773 - case "projector_message/A": + case "projector_countdown/used_as_poll_countdown_meeting_id": return 774 - case "projector_message/id": + case "projector_message/A": return 775 - case "projector_message/meeting_id": + case "projector_message/id": return 776 - case "projector_message/message": + case "projector_message/meeting_id": return 777 - case "projector_message/projection_ids": + case "projector_message/message": return 778 - case "speaker/A": + case "projector_message/projection_ids": return 779 - case "speaker/begin_time": + case "speaker/A": return 780 - case "speaker/end_time": + case "speaker/begin_time": return 781 - case "speaker/id": + case "speaker/end_time": return 782 - case "speaker/list_of_speakers_id": + case "speaker/id": return 783 - case "speaker/meeting_id": + case "speaker/list_of_speakers_id": return 784 - case "speaker/meeting_user_id": + case "speaker/meeting_id": return 785 - case "speaker/note": + case "speaker/meeting_user_id": return 786 - case "speaker/pause_time": + case "speaker/note": return 787 - case "speaker/point_of_order": + case "speaker/pause_time": return 788 - case "speaker/point_of_order_category_id": + case "speaker/point_of_order": return 789 - case "speaker/speech_state": + case "speaker/point_of_order_category_id": return 790 - case "speaker/structure_level_list_of_speakers_id": + case "speaker/speech_state": return 791 - case "speaker/total_pause": + case "speaker/structure_level_list_of_speakers_id": return 792 - case "speaker/unpause_time": + case "speaker/total_pause": return 793 - case "speaker/weight": + case "speaker/unpause_time": return 794 - case "structure_level/A": + case "speaker/weight": return 795 - case "structure_level/color": + case "structure_level/A": return 796 - case "structure_level/default_time": + case "structure_level/color": return 797 - case "structure_level/id": + case "structure_level/default_time": return 798 - case "structure_level/meeting_id": + case "structure_level/id": return 799 - case "structure_level/meeting_user_ids": + case "structure_level/meeting_id": return 800 - case "structure_level/name": + case "structure_level/meeting_user_ids": return 801 - case "structure_level/structure_level_list_of_speakers_ids": + case "structure_level/name": return 802 - case "structure_level_list_of_speakers/A": + case "structure_level/structure_level_list_of_speakers_ids": return 803 - case "structure_level_list_of_speakers/additional_time": + case "structure_level_list_of_speakers/A": return 804 - case "structure_level_list_of_speakers/current_start_time": + case "structure_level_list_of_speakers/additional_time": return 805 - case "structure_level_list_of_speakers/id": + case "structure_level_list_of_speakers/current_start_time": return 806 - case "structure_level_list_of_speakers/initial_time": + case "structure_level_list_of_speakers/id": return 807 - case "structure_level_list_of_speakers/list_of_speakers_id": + case "structure_level_list_of_speakers/initial_time": return 808 - case "structure_level_list_of_speakers/meeting_id": + case "structure_level_list_of_speakers/list_of_speakers_id": return 809 - case "structure_level_list_of_speakers/remaining_time": + case "structure_level_list_of_speakers/meeting_id": return 810 - case "structure_level_list_of_speakers/speaker_ids": + case "structure_level_list_of_speakers/remaining_time": return 811 - case "structure_level_list_of_speakers/structure_level_id": + case "structure_level_list_of_speakers/speaker_ids": return 812 - case "tag/A": + case "structure_level_list_of_speakers/structure_level_id": return 813 - case "tag/id": + case "tag/A": return 814 - case "tag/meeting_id": + case "tag/id": return 815 - case "tag/name": + case "tag/meeting_id": return 816 - case "tag/tagged_ids": + case "tag/name": return 817 - case "theme/A": + case "tag/tagged_ids": return 818 - case "theme/abstain": + case "theme/A": return 819 - case "theme/accent_100": + case "theme/abstain": return 820 - case "theme/accent_200": + case "theme/accent_100": return 821 - case "theme/accent_300": + case "theme/accent_200": return 822 - case "theme/accent_400": + case "theme/accent_300": return 823 - case "theme/accent_50": + case "theme/accent_400": return 824 - case "theme/accent_500": + case "theme/accent_50": return 825 - case "theme/accent_600": + case "theme/accent_500": return 826 - case "theme/accent_700": + case "theme/accent_600": return 827 - case "theme/accent_800": + case "theme/accent_700": return 828 - case "theme/accent_900": + case "theme/accent_800": return 829 - case "theme/accent_a100": + case "theme/accent_900": return 830 - case "theme/accent_a200": + case "theme/accent_a100": return 831 - case "theme/accent_a400": + case "theme/accent_a200": return 832 - case "theme/accent_a700": + case "theme/accent_a400": return 833 - case "theme/headbar": + case "theme/accent_a700": return 834 - case "theme/id": + case "theme/headbar": return 835 - case "theme/name": + case "theme/id": return 836 - case "theme/no": + case "theme/name": return 837 - case "theme/organization_id": + case "theme/no": return 838 - case "theme/primary_100": + case "theme/organization_id": return 839 - case "theme/primary_200": + case "theme/primary_100": return 840 - case "theme/primary_300": + case "theme/primary_200": return 841 - case "theme/primary_400": + case "theme/primary_300": return 842 - case "theme/primary_50": + case "theme/primary_400": return 843 - case "theme/primary_500": + case "theme/primary_50": return 844 - case "theme/primary_600": + case "theme/primary_500": return 845 - case "theme/primary_700": + case "theme/primary_600": return 846 - case "theme/primary_800": + case "theme/primary_700": return 847 - case "theme/primary_900": + case "theme/primary_800": return 848 - case "theme/primary_a100": + case "theme/primary_900": return 849 - case "theme/primary_a200": + case "theme/primary_a100": return 850 - case "theme/primary_a400": + case "theme/primary_a200": return 851 - case "theme/primary_a700": + case "theme/primary_a400": return 852 - case "theme/theme_for_organization_id": + case "theme/primary_a700": return 853 - case "theme/warn_100": + case "theme/theme_for_organization_id": return 854 - case "theme/warn_200": + case "theme/warn_100": return 855 - case "theme/warn_300": + case "theme/warn_200": return 856 - case "theme/warn_400": + case "theme/warn_300": return 857 - case "theme/warn_50": + case "theme/warn_400": return 858 - case "theme/warn_500": + case "theme/warn_50": return 859 - case "theme/warn_600": + case "theme/warn_500": return 860 - case "theme/warn_700": + case "theme/warn_600": return 861 - case "theme/warn_800": + case "theme/warn_700": return 862 - case "theme/warn_900": + case "theme/warn_800": return 863 - case "theme/warn_a100": + case "theme/warn_900": return 864 - case "theme/warn_a200": + case "theme/warn_a100": return 865 - case "theme/warn_a400": + case "theme/warn_a200": return 866 - case "theme/warn_a700": + case "theme/warn_a400": return 867 - case "theme/yes": + case "theme/warn_a700": return 868 - case "topic/A": + case "theme/yes": return 869 - case "topic/agenda_item_id": + case "topic/A": return 870 - case "topic/attachment_meeting_mediafile_ids": + case "topic/agenda_item_id": return 871 - case "topic/id": + case "topic/attachment_meeting_mediafile_ids": return 872 - case "topic/list_of_speakers_id": + case "topic/id": return 873 - case "topic/meeting_id": + case "topic/list_of_speakers_id": return 874 - case "topic/poll_ids": + case "topic/meeting_id": return 875 - case "topic/projection_ids": + case "topic/poll_ids": return 876 - case "topic/sequential_number": + case "topic/projection_ids": return 877 - case "topic/text": + case "topic/sequential_number": return 878 - case "topic/title": + case "topic/text": return 879 - case "user/A": + case "topic/title": return 880 - case "user/B": + case "user/A": return 881 - case "user/D": + case "user/B": return 882 - case "user/E": + case "user/D": return 883 - case "user/F": + case "user/E": return 884 - case "user/G": + case "user/F": return 885 - case "user/H": + case "user/G": return 886 - case "user/can_change_own_password": + case "user/H": return 887 - case "user/committee_ids": + case "user/can_change_own_password": return 888 - case "user/committee_management_ids": + case "user/committee_ids": return 889 - case "user/default_password": + case "user/committee_management_ids": return 890 - case "user/default_vote_weight": + case "user/default_password": return 891 - case "user/delegated_vote_ids": + case "user/default_vote_weight": return 892 - case "user/email": + case "user/delegated_vote_ids": return 893 - case "user/first_name": + case "user/email": return 894 - case "user/forwarding_committee_ids": + case "user/first_name": return 895 - case "user/gender_id": + case "user/forwarding_committee_ids": return 896 - case "user/id": + case "user/gender_id": return 897 - case "user/is_active": + case "user/id": return 898 - case "user/is_demo_user": + case "user/is_active": return 899 - case "user/is_physical_person": + case "user/is_demo_user": return 900 - case "user/is_present_in_meeting_ids": + case "user/is_physical_person": return 901 - case "user/last_email_sent": + case "user/is_present_in_meeting_ids": return 902 - case "user/last_login": + case "user/last_email_sent": return 903 - case "user/last_name": + case "user/last_login": return 904 - case "user/meeting_ids": + case "user/last_name": return 905 - case "user/meeting_user_ids": + case "user/meeting_ids": return 906 - case "user/member_number": + case "user/meeting_user_ids": return 907 - case "user/option_ids": + case "user/member_number": return 908 - case "user/organization_id": + case "user/option_ids": return 909 - case "user/organization_management_level": + case "user/organization_id": return 910 - case "user/password": + case "user/organization_management_level": return 911 - case "user/poll_candidate_ids": + case "user/password": return 912 - case "user/poll_voted_ids": + case "user/poll_candidate_ids": return 913 - case "user/pronoun": + case "user/poll_voted_ids": return 914 - case "user/saml_id": + case "user/pronoun": return 915 - case "user/title": + case "user/saml_id": return 916 - case "user/username": + case "user/title": return 917 - case "user/vote_ids": + case "user/username": return 918 - case "vote/A": + case "user/vote_ids": return 919 - case "vote/B": + case "vote/A": return 920 - case "vote/delegated_user_id": + case "vote/B": return 921 - case "vote/id": + case "vote/delegated_user_id": return 922 - case "vote/meeting_id": + case "vote/id": return 923 - case "vote/option_id": + case "vote/meeting_id": return 924 - case "vote/user_id": + case "vote/option_id": return 925 - case "vote/user_token": + case "vote/user_id": return 926 - case "vote/value": + case "vote/user_token": return 927 - case "vote/weight": + case "vote/value": return 928 + case "vote/weight": + return 929 default: return -1 }