Merge remote branch 'upstream/master'
Conflicts: openslides/motion/models.py
This commit is contained in:
commit
1b93cec209
@ -394,8 +394,8 @@ class Motion(SlideMixin, models.Model):
|
|||||||
not self.is_supporter(person)),
|
not self.is_supporter(person)),
|
||||||
|
|
||||||
'unsupport': (self.state.allow_support and
|
'unsupport': (self.state.allow_support and
|
||||||
not self.is_submitter(person) and
|
not self.is_submitter(person) and
|
||||||
self.is_supporter(person)),
|
self.is_supporter(person)),
|
||||||
|
|
||||||
'change_state': person.has_perm('motion.can_manage_motion'),
|
'change_state': person.has_perm('motion.can_manage_motion'),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user