Skip to content

Commit 56bd4e0

Browse files
committed
Fix function declaration. A parameter was missing so the ajax call trying to request the cc fields fails. See ietf-tools#577
- Legacy-Id: 3025
1 parent 84ff021 commit 56bd4e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/liaisons/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def needs_approval(self, person=None):
5353
def can_approve(self):
5454
return []
5555

56-
def post_only(self, person):
56+
def post_only(self, person, user):
5757
return False
5858

5959
def full_user_list(self):

0 commit comments

Comments
 (0)