-
Notifications
You must be signed in to change notification settings - Fork 33
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
Hide statute amendments checkbox #3440
Hide statute amendments checkbox #3440
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It it really the right way to hide a settings option? In earlier versions we used a single line "hide" attribute for settings. Maybe we can support this?
If I understand the Code correctly this option cannot simply be called but needs new implementing. But I could misunderstand the code. @bastianjoel what do you think about this? |
Why not simply remove the setting from the definition list? Seems cleaner than implementing this workaround. @emanuelschuetze the |
Removing it in the definition-list makes it completely unusable. Other files need the definition to determine whether or not statutes are allowed |
I meant from the |
The previous suggestion did not work since the |
Looks very nice and clean :) |
* commit 'faf4189d28f0b7e6b528a545b5893866d9235acc': (52 commits) Update translations (OpenSlides#3451) (OpenSlides#3454) Prevent some linter warnings and make OS4 more accessiblle (OpenSlides#3103) Change display of identical motions (OpenSlides#3425) Hide statute amendments checkbox (OpenSlides#3440) Test MeetingSettingDirective (OpenSlides#3437) Test TreeSortService (OpenSlides#3443) Update mdc dialog (OpenSlides#3397) Update all translations (OpenSlides#3417) Prevent certain speech state changes (OpenSlides#3395) Change label color of focused form field in dark mode (OpenSlides#3399) Improve service worker update flow (OpenSlides#3368) Update meta (OpenSlides#3392) Change motion delete warnings (OpenSlides#3373) Fix delete speakers from view model list (OpenSlides#3375) Make own structure_level changeable (OpenSlides#3374) Fix moderation note permission updates (OpenSlides#3365) Add staging branch to CI Add arrow back to contributions list (OpenSlides#3364) add username sort option to account list (OpenSlides#3434) Activate re-add button only if active speaker is true (OpenSlides#3380) ...
first step of #3085