-
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
New delegator restriction settings #3528
New delegator restriction settings #3528
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.
Minor remark
this._delegationSettingAlternative && | ||
!this.operator.isAllowedWithDelegation(this._delegationSettingAlternative[0]) | ||
) { | ||
console.log(`->`, this._delegationSettingAlternative[1]); |
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.
console.log(`->`, this._delegationSettingAlternative[1]); |
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.
- Button for creating amendments still visible
- restriction should also work for present principals
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.
Looks good now!
Closes #3477
Needs OpenSlides/openslides-backend#2361 and OpenSlides/openslides-autoupdate-service#911 to work