Skip to content

Commit 1c3ec64

Browse files
committed
Eliminate odd group_id assignment in submission code, probably left
over from a previous generation of the code. It causes trouble with a revamped community rule engine. - Legacy-Id: 10730
1 parent 197bc07 commit 1c3ec64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def post_submission(request, submission):
144144
if not (group.type_id == "individ" and draft.group and draft.group.type_id == "area"):
145145
# don't overwrite an assigned area if it's still an individual
146146
# submission
147-
draft.group_id = group.pk
147+
draft.group = group
148148
draft.rev = submission.rev
149149
draft.pages = submission.pages
150150
draft.abstract = submission.abstract

0 commit comments

Comments
 (0)