-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove template fields #1751
Merged
Merged
Remove template fields #1751
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*Add meeting_user collection and actions and tests for it. (#1513) * Move user.comment_$ into user_meeting and fix tests and actions.
* Move personal data template fields in meeting_user. * Skip some poll tests, which use vote_weight. We need a feature branch vote service for this. In future some more fields will be affected. So we need to reactive these tests, when all fields are moved.
* Move personal_note_ids into meeting_user, update personal_note actions and tests. * Fix small problem
Add empty meeting_user collection, add create/update/delete actions and small tests.
* Move speaker_ into meeting_user, update tests and actions. * Add missing import And * Small change after rebase. * Update error message. Give user_id.
* Move chat_message_ into meeting_user. Update tests.
* Move template field supported_motion_ids into meeting_user.
…nSlides/openslides-backend into feature/remove-template-fields
* Remove $ from BaseSetMediafileAction * Remove field_prefix_map * Use schema_version constant in checker * Remove unnecessary cast in PollMixin * Rename short variables * Deduplicate meeting user filters & refactor check_mediafile_id tests * Clean up remnants of template field code
…' into feature/remove-template-fields
…nSlides/openslides-backend into feature/remove-template-fields
* version of saml id in account import * Update user.import with saml_id code * Handle password, etc in saml_id case
* Add meeting_user_id to user.create action result * Return meeting_user_id only, if the id exists
* Fix of a problem with user committee_ids * Update method docstring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.