Skip to content

Commit 79657cd

Browse files
committed
Fix a bug in SubmitForm where default doesn't work for SOK papers.
1 parent 9bc9218 commit 79657cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/routes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,7 @@ def view_copyedit(paperid, auth):
607607
accepted=paper_status.accepted,
608608
email=paper_status.email,
609609
journal=paper_status.journal_key,
610+
pubtype=paper_status.pubtype.name,
610611
auth=create_hmac([paperid, # TODO: authenticate other fields
611612
paper_status.hotcrp,
612613
paper_status.hotcrp_id,

0 commit comments

Comments
 (0)