Fix function declaration. A parameter was missing so the ajax call trying to request the cc fields fails. See #577
- Legacy-Id: 3025
This commit is contained in:
parent
84ff021cb7
commit
56bd4e0ead
|
@ -53,7 +53,7 @@ class Entity(object):
|
|||
def can_approve(self):
|
||||
return []
|
||||
|
||||
def post_only(self, person):
|
||||
def post_only(self, person, user):
|
||||
return False
|
||||
|
||||
def full_user_list(self):
|
||||
|
|
Loading…
Reference in a new issue